|
| A R C H I V E D M E S S A G E |
|
Subject: Success Form |
| Posted: 07/15/2004 at 1:44:11 pm |
| By: rnrcomp |
| I am making progree now....the form goes through the Success page comes up but doesn't fill in the variables. Here is what I have...
"FORM PAGE"
<input type="hidden" name="success_page" value="/cgi-bin/success.pl">
"SUCCESS FORM"
<input type="hidden" name="success_page" value="http://www.solanco.k12.pa.us/technologydept/test/cgi-bin/success.cgi?p=1&date={date}&NAME={NAME}&PHONE={PHONE}&email={email}&LOCATION={LOCATION}&COMPUTER={COMPUTER}&DETAILS={DETAILS}"></p>
<%NAME%>,
Your request has been received and will be take care of ASAP! If we are not in contact with your by the next business day please send us a follow-up email (please don't resubmit your form) at helpdesk@solanco.k12.pa.us.
<%date%>
Name: <%NAME%> Location: <%LOCATION%>
Phone Number: <%PHONE%> Computer Name: <%COMPUTER%>
Email Address: <%email%>
Details:
<%DETAILS%>
Thank You for Your Patience!
Any Idea's????
Thanks
Ed | |
|
|
Subject: Re: Success Form |
| Posted: 07/16/2004 at 6:30:32 am |
| By: Seth Knorr |
| Where is your html form located, WHAT URL?
Seth | |
|
|
Subject: Re: Success Form |
| Posted: 07/16/2004 at 6:34:21 am |
| By: Seth Knorr |
| <input type="hidden" name="success_page" value="http://www.solanco.k12.pa.us/technologydept/test/cgi-bin/success.pl?p=1&date={date}&NAME={NAME}&PHONE={PHONE}&email={email}&LOCATION={LOCATION}&COMPUTER={COMPUTER}&DETAILS={DETAILS}">
THE ABOVE SHOULD BE A HIDDEN FORM FIELD ON YOUR HTMLE FORM, and this would mean that your HTML form has the fields;
NAME
PHONE
email
LOCATION
COMPUTER
DETAILS
ALL THESE FIELDS ARE CASE SENSITIVE.
If you are still having problems, or you are already doing this, send me back the URL that your html form is located on.
Seth
| |
|
|