I am designing a website for an art gallery and am having trouble executing the PHP feedback form more than once on the site.
The goal is to have the ‘submit’ button on the form trigger a mailto with a pre-addressed email to the gallery. However the form is not triggering and I can see on my server that there is no PHP file being generated. The broken form is here: http://marysky.co/soundprint.html
I think the problem may be the use of the form on a different page of the site here: Residency.
This form works fine. I have copied the settings and cannot get the second form to function whatsoever.
Any Idea as to what I may be doing wrong? I also tried the ‘send form’ action with no success.
I initially applied the action to the page. That is how it is set on Residency where it functions correctly.
I have followed each step of your instructions and was unable to get it to work correctly. It did generate a PHP script for the action applied to the table, however the submit button never functioned.
It seems I may have to forgo the form on this page and just have mailto link on its own. I will put that into action tomorrow.
I have followed each step of your instructions and was unable to get it to work correctly. It did generate a PHP script for the action applied to the table, however the submit button never functioned.
If we can see the page where at least you got the PHP script generated then it should be simple to diagnose why your Submit button isn’t working.
I ended up making a new page completely and managed to get it working. I think it may have been issue with the item names for the namefield, emailfield, and submit button.
I have successfully implemented the form on another page as well.