php - If the form (on another website displayed through an iFrame has been sent), allow the user to proceed -
site 1 has contact form.
site 2 has content on next page accessible guest users if have filled out , sent form on site 1.
does have ideas of how accomplished?
just write in php file receive form data
if(isset($_post['submit'])) { // whatever want header('location: http://www.your_site2_address.com'); }
Comments
Post a Comment