Ok, I'll give it a shot. Here is the code for the form:
___________________
<form action="http://eatontown411.com/ipw-cgi/forms.cgi"
method="post"
enctype="application/x-www-form-urlencoded" name="RegForm" id="RegForm">
<table> <tr>
<th width="193" align="right"><font color="#FFFFFF">
First Name:
</font></th>
<td width="182">
<input type="text" name="First_Name" size="30" />
</td>
</tr>
<tr>
<th align="right"><font color="#FFFFFF">
Last Name:
</font></th>
<td>
<input type="text" name="Last_Name" size="30" />
</td>
</tr>
<tr>
<th align="right"><font color="#FFFFFF">
Street Address:
</font></th>
<td>
<input type="text" name="Street_Address" size="30" />
</td>
</tr>
<tr>
<th align="right"><font color="#FFFFFF">
City, State, Zip:
</font></th>
<td>
<input type="text" name="City_State_Zip" size="30" />
</td>
</tr>
<tr>
<th align="right"><font color="#FFFFFF">
Email:
</font></th>
<td>
<input type="text" name="Email" size="30" />
</td>
</tr>
<tr>
<th align="right"><font color="#FFFFFF">
How did you hear about us?</font></th>
<td>
<input type="text" name="How_did_you_hear_about_us" size="30" />
</td>
</tr>
<tr>
<th><font color="#FFFFFF"></font></th>
<td>
<div align="center">
<input type="submit" name="Submit" value="Submit" />
</div></td>
</tr>
</table>
<input type="hidden" name="_ipwformid" value="546" />
</form>
______________________________________
When a user hits the submit button, they get directed to another page on my site. I would like that redirect page to pull the first field on this form to say "Thank you 'First_Name' for registering..."
Does that help you to answer my question at all?
Thanks!
-Sheryl
______________________________________
: : Any suggestions on what code I can use to pull the first name field
: : on my redirect page?
: :
: : Please be gentle, I have never used CGI scripts before... hope this
: : makes sense. And thanks!
: It all depends on how the CGI is written and what features it offers. It's hard to help without knowing what language the CGI script is written in or what it is; if you can provide any extra info that would be helpful.
:
: Jonathan
:
:
: ###
: for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
:
:
Sheshi