sounds weird
wots the URL for ur form so we can check things?
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
I set my form up and have numerous required fields specified on the form. When I open the page and click the submit button the form processes and sends me the empty form results and redirects to the Thank You page. What am I missing in my coding? Thanks in advance for any help.
sounds weird
wots the URL for ur form so we can check things?
Here is the link to the form: http://www.rhodestravel.us.com/cruise_form.htm. You can take a look at the HTML as I haven't protected the page yet. Any help you can provide would be appreciated. I've used other FormMail programs in the past; this is myfirst experience with the program offered by tectite so I apologize in advanceif I missed something in my coding.
i can't see anything particularly wrong.
so, i'd do two things:
- add enctype="multipart/form-data" to ur <form> tag
- remove or disbale ur javascript and see if that fixes the problem. if so, u have a bug in ur javascript
Thanks, I'll give it a try and let you know what happens.
You might find it helps to have a </form> tag in there somewhere.
The HTML is also extremely untidy - you have lots of redundant tags and code, indenting erratically doesn't make it easy to see what's happening where, and you have one line that says:-
<script language="JavaScript" src="js/menu.js" </td </tr </tr </tr </tr </tr </tr </tr </tr></script
You can't hope to have a working form if you can't produce legal HTML.
Last edited by Ben; 15-Mar-2012 at 03:30 PM.
Thanks for your comments/suggestions. I'm working to clean things up now and checking a few other items from another post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks