![]() |
|
|
#1 |
![]() |
Need help with "Submit" button on webpage...
OK, so I am building a webpage for someone, nothing major. The client wants to have an online form so they can submit it for a quote. I have the form up and running (I just used an online form maker)
My question is this... Where does the "SUBMIT" button submit to? I click on it and it does nothing. I can make it so that it pulls up their default browser and emails it to me. However, I do not want that. I would like to have it all done in the backround. Any help is always appreciated. BTW, here is the link to the page so you can see the code... http://youngdcs.com/form.html Last edited by d44ve; Oct 8, 2011 at 10:12 PM. |
|
|
|
|
|
#2 |
![]() Join Date: Aug 2007
Location: Geneva, FL, USA
Posts: 3,010 (1.43/day)
Thanks: 567
Thanked 606 Times in 487 Posts
|
The form action is set to: webformmailer.php (where the submit is submitting)
That file is taking the form data and mailing it to you. What do you want it to do instead of that? |
|
|
|
|
|
#3 |
![]() |
Actually, I was able to figure it out and fixed it. Thanks!!
|
|
|
|
|
|
#4 |
![]() Join Date: Nov 2010
Location: Philly, PA (US)
Posts: 1,084 (1.20/day)
Thanks: 277
Thanked 323 Times in 197 Posts
|
Because I'm getting bored and for the benefit of someone else who chances upon this thread, I will answer it anyways.
Your current form header reads this: Code:
<form action="/gdform.php" method="post"> |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crossfire "button" in CCC with 1 5970? | Sanhime | AMD / ATI | 6 | Apr 21, 2010 06:18 PM |
| Need help with "Q-Fan control" ASUS K8N-E Deluxe | TechnicalFreak | Overclocking & Cooling | 14 | Jan 27, 2008 07:52 PM |
| Issue with the "Thanks" button | imperialreign | Comments & Feedback | 10 | Dec 6, 2007 05:41 PM |
| Need some help with my "new" computer! | Sarcyn | General Hardware | 12 | Jul 21, 2005 01:02 PM |