My submit form is not working and thank you page will not load. I am told it is a dreamweaver issue but cannot figure it out. Can anyone offer advice?
In Dreamweaver I get the error message:
Dynamically related files could not be resolved because definition in not correct for server.
Any help would be appreciated.
Dynamically related files could not be resolved because definition in not correct for server.
Any help would be appreciated.
I too am trying to make a submit form work (send me email) and I am working in Dreamweaver. I am a beginner at this but have some ideas for you.
To create a form in dreamweaver you-
1. create the form on your html page (text fields, submit button, etc.)
2. select the form and in the properties panel make sure it has an id, in the action field put the name of the php file that has the cgi script in it, choose a method and an enctype.
3. upload the form html page and the php page to your site.
With my form the customer service rep I spoke with said it seems to be working from his end and sending an email, yet I am receiving no email.