Hello everyone. Long time no see.
In an effort not to have to bother anyone, I have been working on this form for the last 3 days, day and night. It works great now except for one thing. See where the date and time stamp are? They are supposed to be changing with each person who fills in the form, but they are staying the same as what's in the HTML I pasted. Obviously I made a big
Can someone please tell me what I should be adding (or taking out) so the date and time register accurately?
Thanks so much in advance!
Code:<form action="http://www.aweber.com/scripts/addlead.pl" method="post" name="form1"> <input name="user" id="user" value="My name" type="hidden"><a name="errors"></a><a name="errors"> <input name="custom invitername" id="user" value="My name" type="hidden"> <input name="custom inviterusername" id="user" value="My name" type="hidden"> <input name="custom invitermail" id="user" value="Myemail@aol.com" type="hidden"> <input name="custom inviterphone" id="user" value="555-555-5555" type="hidden"> <input type="hidden" value="" id="user" name="custom phone"> <input name="date" id="date" value="11/08/2008 11:56 AM" type="hidden"> <input name="time" id="time" value="11/08/2008 11:56 AM" type="hidden"> <input name="custom date" id="date" value="11/08/2008 11:56 AM" type="hidden"> <input name="custom time" id="time" value="11/08/2008 11:56 AM" type="hidden"> <input name="ipaddress" id="ip" value="96.250.22.67" type="hidden"> <input name="custom ipaddress" id="ip" value="96.250.22.67" type="hidden"> <input name="meta_web_form_id" value="1698772472" type="hidden"><input value="" name="meta_split_id" type="hidden"> <input value="prospects" name="unit" type="hidden"> <input id="redirect_1dd2c22469d63f9f40bff0a086570925" value="http://site.com/thankyou_addlead5.php" name="redirect" type="hidden"> <input value="http://site.com/thankyou_addlead.php" name="meta_redirect_onlist" type="hidden"> <input value="" name="meta_redirect_onlist" type="hidden"> <input value="" name="meta_adtracking" type="hidden"><input value="1" name="meta_message" type="hidden"> <input value="name,from,phone" name="meta_required" type="hidden"> <input value="1" name="meta_forward_vars" type="hidden"></a> <br> <br> <br> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><font face="Tahoma" size="1" color="#FFFFFF"><strong>Your Name:</strong></font></td> <td><input type="text" name="name" value size="20"></td> </tr> <tr> <td><font face="Tahoma" size="1" color="#FFFFFF"><strong>Your Email:</strong></font></td> <td style="padding-top: 2pt"><input type="text" name="from" value size="20"></td> </tr> <tr> <td><font face="Tahoma" size="1" color="#FFFFFF"><strong>Your Phone #:</strong></font></td> <td style="padding-top: 2pt"><input id="Phone" name="phone" value size="20"></td> </tr> <tr> <td><font face="Tahoma" size="1" color="#FFFFFF"><strong>How did you find me?</strong></font></td> <td style="padding-top: 2pt"><select size="1" id="how" name="adcode"> <option>Choose One...</option> <option>Google</option> <option>YouTube</option> <option>Email</option> <option>MySpace ad</option> <option>Facebook ad</option> <option>Other</option> </select></td> </tr> <tr> <td align="center" colspan="2" style="padding-top: 2pt"><input type="submit" name="submit" value="Submit"></td> <tr> <td colspan="2" style="padding-top: 5pt"> <div align="center"> <p><font face="Arial" size="2" color="#FFFF66"><strong>We value your privacy!<br> </strong>Your info won't be sold or shared with any 3rd party.<br> You may opt-out at anytime.</font> </div> </td> </tr> </table> </form>






Reply With Quote


Bookmarks