web form handler code

Thread Solved

Join Date: May 2007
Posts: 56
Reputation: serendipity is an unknown quantity at this point 
Solved Threads: 0
serendipity's Avatar
serendipity serendipity is offline Offline
Junior Poster in Training

web form handler code

 
0
  #1
Oct 8th, 2009
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.

HTML and CSS Syntax (Toggle Plain Text)
  1. <FORM ACTION="/bin/script_library/form_handler_mail" METHOD=POST ACTION="mailto:info@info.com">
  2. <INPUT type="submit" value="Submit" name="submit">
  3. <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!
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 315
Reputation: Thirusha is an unknown quantity at this point 
Solved Threads: 50
Thirusha's Avatar
Thirusha Thirusha is offline Offline
Posting Whiz
 
0
  #2
Oct 15th, 2009
I dont know anything about tripod/lycos but from the code you have provided, in order to change where the page goes to after submission, you are going to have to edit the file referred to in teh action atttribute.

As to why the submit button is greyed out, unfortunately nothing in the code provided can explain that one.

Best thing will be to contact their support and not give up until they answer you.
Life... Is a Moment
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 827
Reputation: pritaeas will become famous soon enough pritaeas will become famous soon enough 
Solved Threads: 135
Sponsor
pritaeas's Avatar
pritaeas pritaeas is offline Offline
Practically a Posting Shark
 
0
  #3
Oct 15th, 2009
Maybe the problem is that there are two action attributes in your form tag.
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 14
Reputation: webexpertzhere is an unknown quantity at this point 
Solved Threads: 6
webexpertzhere webexpertzhere is offline Offline
Newbie Poster
 
0
  #4
Oct 15th, 2009
I too think the problem is either with:
1. 2 'action' attribute for the same form
2. Both submit and reset have the same 'name'

Do let us know if you could solve the issue; also if you got some other lead to the issue. Might help others who might encounter similar issues.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 56
Reputation: serendipity is an unknown quantity at this point 
Solved Threads: 0
serendipity's Avatar
serendipity serendipity is offline Offline
Junior Poster in Training
 
1
  #5
Oct 15th, 2009
Thank you both!!!!
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC