Not exactly what I was looking but I followed this another thread here .to get around it
Luckily I figured a way out..
just added the ../ to action=”<?php echo get_template_directory_uri();?>processing.php” to get action=”<?php echo get_template_directory_uri();?>../cprocessingpage.php”
I wouldn’t know