Originally posted by Red Flare
View Post
Code:
<table border="1" align="center" cellpadding="10" cellspacing="0" bordercolor="#000000"> <tr> <td><FORM METHOD = "post" ACTION = "&mvt:global:secure_sessionurl;"> <INPUT TYPE = "hidden" NAME = "Action" VALUE = "ICST"> <INPUT TYPE = "hidden" NAME = "Screen" VALUE = "ACNT"> <INPUT TYPE = "hidden" NAME = "Store_Code" VALUE = "MT"> <!-- PUT YOUR STORE CODE HERE --> <input type="hidden" name="Customer_ShipFirstName" VALUE="&mvte:order:ship_fname;" size="25"> <input type="hidden" name="Customer_ShipLastName" VALUE="&mvte:order:ship_lname;" size="25"> <input type="hidden" name="Customer_ShipEmail" VALUE="&mvte:order:ship_email;" size="25"> <input type="hidden" name="Customer_ShipPhone" VALUE="&mvte:order:ship_phone;" size="25"> <input type="hidden" name="Customer_ShipFax" VALUE="&mvte:order:ship_fax;" size="25"> <input type="hidden" name="Customer_ShipCompany" VALUE="&mvte:order:ship_comp;" size="25"> <input type="hidden" name="Customer_ShipAddress" VALUE="&mvte:order:ship_addr;" size="25"> <input type="hidden" name="Customer_ShipCity" VALUE="&mvte:order:ship_city;" size="25"> <input type="hidden" name="Customer_ShipStateSelect" VALUE="&mvte:order:ship_state;" size="25"> <input type="hidden" name="Customer_ShipState" VALUE="&mvte:order:ship_state;" size="25"> <input type="hidden" name="Customer_ShipZip" VALUE="&mvte:order:ship_zip;" size="25"> <input type="hidden" name="Customer_ShipCountry" VALUE="&mvte:order:ship_cntry;" size="25"> <table border="0" cellpadding="5" cellspacing="0" align="center"> <tr> <td colspan="2" align="center" valign="middle"><strong>Create an Account to Make Checking Out Easier Next Time!</strong></td> </tr> <tr> <td align="right" valign="middle"> <B>Create Login Name</B> </td> <td align="left" valign="middle"><input type="text" name="Customer_Login" VALUE="&mvte:global:Customer_Login;" size="25"> </td> </tr> <tr> <td align="right" valign="middle"> <B>Create Password</B></td> <td align="left" valign="middle"><input type="password" name="Customer_Password" VALUE="&mvte:global:Customer_Password;" size="25"> </td> </tr> <tr> <td align="right" valign="middle"> <B>Confirm Password</B> </td> <td align="left" valign="middle"><input type="password" name="Customer_VerifyPassword" VALUE="&mvte:global:Customer_VerifyPassword;" size="25"> </td> </tr> <tr> <td align="right" valign="middle"> <B>Your Email</B> </td> <td align="left" valign="middle"><input type="text" name="Customer_PasswordEmail" VALUE="&mvte:global:Customer_PasswordEmail;" size="25"> </td> </tr> <tr> <td colspan="2" align="center" valign="middle"> <input type="image" value="Create Account" src="graphics/00000001/createaccountbutton.gif" alt="Create Account"></td> </tr> </table> </form> </td> </tr> </table>
Leave a comment: