I don't know how to word this so that I can search Google for the answer lol
Here's the top chunk of the form I have (it's too big to post all of it without confusing people):
Code:
<FORM action="http://www.tankisgay.com/cgi-bin/markmail.cgi" method="post" onsubmit="return validate()" name="pool" id="pool">
<input type="hidden" name="recipient" value="jenks89@gmail.com">
<input type="hidden" name="email" value="myballs@yourchin.com">
<input type="hidden" name="realname" value="Jenks Fantasy Football Playoff Fest 2016">
<input type="hidden" name="subject" value="Jenks Fantasy Football Playoff Fest 2016">
<input type="hidden" name="redirect" value="http://www.tankisgay.com/pool/thankyou.htm">
<input type="hidden" name="env_report" value="REMOTE_USER,REMOTE_IDENT,REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT">
<div class="input"><label for="Entrant">Your Real Name:</label><input id="Entrant" type="text" maxlength="50" name="Entrant"><div style="clear:both;height:0px;"> </div></div>
<div class="input"><label for="EmailAddress">Your Email:</label><input id="EmailAddress" type="text" maxlength="50" name="EmailAddress"><div style="clear:both;height:0px;"> </div></div>
<div class="input"><label for="TieBreaker">TieBreaker:</label><input id="TieBreaker" type="text" maxlength="3" name="TieBreaker"><div style="clear:both;height:0px;"> </div></div>
<div class="input"><label for="Sponsor">Money/How:</label><input id="Sponsor" type="text" maxlength="50" name="Sponsor"><div style="clear:both;height:0px;"> </div></div>
The
BOLD parts are what I need help with. What do I put in the
value= of this:
<input type="hidden" name="email" value="myballs@yourchin.com">
So that the email address the user inputs in the EmailAddress box:
<input id="EmailAddress" type="text" maxlength="50" name="EmailAddress">
Shows up as the from?
(Obviously, right now I have it set to default to the bogus
myballs@yourchin.com email addy)
Thanks In Advance
