I am using a plugin - Secure and Accessible PHP Contact Form v.2.0 - for my basic contact form on WP, but needed a more extensive form to use as a training program application so I turned to CoffeeCup. I have no issue getting it onto my site using iframe.
My site:
http://cornerstonecoachacademy.com/life ... plication/
My code:
Code: Select all
<iframe src="http://cornerstonecoachacademy.com/application.html" name="Life Coach Training Program Application" scrolling="auto" frameborder="no" align="center" height = "2850px" width = "850px">
</iframe>The code within the CC two files that call unto that Thank you page are...
The myform.php:
Code: Select all
/**
* The page to redirect to after the form is submitted.
*/
define('CC_FB_RESULTS_REDIRECT', 'http://cornerstonecoachacademy.com/thank-you-for-your-application/');Code: Select all
<hidden
name="thankyoupage"
value="http://cornerstonecoachacademy.com/thank-you-for-your-application/"
></hidden>Can you add a target to the php? I do not want to have my page open within the inner frame.