Site icon e-RegisterNow Support

The Change Pin Page

The following is an example of an HTML body of a template for the “Change Pin” page:

<FORM action=”%%portal_account_action%%” method=”%%portal_account_method%%” name=”%%portal_account_name%%”>

<H4>Change Your Existing Pin Number</H4>

<br><br>
To change your Pin number, please provide us with your email address and your current pin number.

<br>
Email:
<input type=text name=%%portal_pin_email%% size=70 maxlength=150>

<br>
Old Pin Number:
<input type=password name=%%portal_pin_old%% size=25 maxlength=25>

<br>
New Pin Number:
<input type=password name=%%portal_pin_new1%% size=25 maxlength=25>

<br>
Re-type Pin Number:
<input type=password name=%%portal_pin_new2%% size=25 maxlength=25>

<br><br>
<INPUT name=”savebutton” type=submit value=”Save Changes”>
<INPUT name=”cancelbutton” type=submit value=”Cancel”>

<br><br>
%%portal_pin_hiddendata%%

</FORM>

This creates the following display:

Exit mobile version