•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Site Layout and Usability section within the Web Development category of DaniWeb, a massive community of 397,798 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,349 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Site Layout and Usability advertiser:
Views: 2159 | Replies: 6
![]() |
•
•
Join Date: Aug 2006
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
I am trying something very basic as I am very new to Web Design.
When someone fills out a form and clicks submit, a default page letting the person know their submission was sent opens. For me, the data is then sent to my e-mail so I may read the persons question, request or whatever. What I am trying to do is once the person submits the form, I want the data to still go to my e-mail but instead of showing a default submission page I would like them to see a confirmation/submission web page I created. I am using Yahoo as my web host and it is their default submission page I see. Please help.
When someone fills out a form and clicks submit, a default page letting the person know their submission was sent opens. For me, the data is then sent to my e-mail so I may read the persons question, request or whatever. What I am trying to do is once the person submits the form, I want the data to still go to my e-mail but instead of showing a default submission page I would like them to see a confirmation/submission web page I created. I am using Yahoo as my web host and it is their default submission page I see. Please help.
•
•
Join Date: Aug 2006
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
CGI mail script. Um, it seems I am in over my head. Could you elaborate a more please. So I can be clearer, I would like the information from the form sent to my e-mail, but I would like the user to see a "Thank you " web page after they press the submit button.
Yeah...that's what I said the first time I wanted to have form information sent back to me from a Web site.
I came across a script back then from a website called bignosebird.com.
You can check out the script for youself at
http://www.bignosebird.com/carchive/bnbform.shtml
It's free and comes with instructions.
I came across a script back then from a website called bignosebird.com.
You can check out the script for youself at
http://www.bignosebird.com/carchive/bnbform.shtml
It's free and comes with instructions.
Last edited by FC Jamison : Aug 25th, 2006 at 9:40 am.
•
•
Join Date: Aug 2006
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
The link you provided is a great tool for those who know how to code. Sadly, I am not that person.
My webhost already provides the mail server people send the forms to. However, they only see a generic "form submitted" page after their submission and the submitted data goes to the e-mail address provided by my mail server. Instead of seeing that generic "form submitted" page I want them to see a thank you page I created. How do I do that?
My webhost already provides the mail server people send the forms to. However, they only see a generic "form submitted" page after their submission and the submitted data goes to the e-mail address provided by my mail server. Instead of seeing that generic "form submitted" page I want them to see a thank you page I created. How do I do that?
Last edited by sdavidson : Aug 25th, 2006 at 10:53 am.
Unfortunately, it is a part of your host's cgi mail program.
For instance, in the BNB program, you add the following lines to your form:
[html]
<input type="hidden" name="ok_url" value="http://youtsite.com/thanks.html">
<input type="hidden" name="not_ok_url" value="http://yousite.com/error.html">
[/html]
If they don't tell you how to override the default, you're probably out of luck.
For instance, in the BNB program, you add the following lines to your form:
[html]
<input type="hidden" name="ok_url" value="http://youtsite.com/thanks.html">
<input type="hidden" name="not_ok_url" value="http://yousite.com/error.html">
[/html]
If they don't tell you how to override the default, you're probably out of luck.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Site Layout and Usability Marketplace
Similar Threads
- Dreamweaver email forms (ColdFusion)
- Forms Not Returning Correct Information (JavaScript / DHTML / AJAX)
Other Threads in the Site Layout and Usability Forum
- Previous Thread: SIGNATURE HOSTING SITES
- Next Thread: Free VirusScan 2006 by McAfee


Linear Mode