I'm presently using tripod/lycos for my website and have some long web forms on there and don't have a problem receiving the data. I'm trying to transfer to godaddy and am having a problem with my "submit" button. "Reset" does work. Sometimes the "submit" button is not available (grayed out) and if it is available, it goes to an error page. I'm not getting help from their staff . This is what I have.
<FORM ACTION="/bin/script_library/form_handler_mail" METHOD=POST ACTION="mailto:info@info.com">
<INPUT type="submit" value="Submit" name="submit">
<INPUT type="reset" value="Reset" name="submit">
It works on tripod/lycos and goes to a "thank you" page.
ALSO, how do I direct it to go to our website....let's just call it "info.com" ?
Thanks!