registration_fields.naml

<override_macro name="registration_fields">
<h2><t>Guidelines:</t></h2>
<p><t>We are a community of people who enjoy the 1980 - 86 Ford trucks and want to help each other use, maintain, repair, and upgrade them. And towards that end we are:</t></p>
    
    <ul>
     <li><t>Family oriented: We want our children and grandchildren to be comfortable here so no provocative pictures nor obscenities are allowed.</t></li>
     <li><t>Constructive: No talking down nor "yelling" at others.</t></li>
     <li><t>Respectful: No politics nor religion are to be discussed as they are subjects that could easily divide us.</t></li>
     </ul>

<h2><t>Registration Process:</t></h2>  

<p><t>1. After filling out this form and clicking "Register Now" you will receive an email with a link to activate your account.</t></p>
  
<p><t>2. When you click the link to activate your account you will be given the opportunity to post an introduction about yourself and your truck.</t></p>

<p><t>3. Once you've posted an introduction an admin will approve your membership, after which you can post elsewhere on the forum.</t></p>  

<table class="field-table">

<tr>
     <td class="column1"><div class="second-font field-title"><t>User Name</t></div></td>
     <td>
        <n.user_name_field.input type="text" size="35" maxlength="30"/>
        <n.user_name_field.highlight_if_empty/>
     </td>
</tr>
<tr>
     <td class="column1"><div class="second-font field-title"><t>Email</t></div></td>
     <td>
        <n.email_field.input type="text" size="35" maxlength="60"/>
        <n.email_field.highlight_if_empty/>
     </td>
</tr>
<tr>
     <td class="column1"><div class="second-font field-title"><t>Password</t></div></td>
     <td>
        <n.password_field.input type="password" size="15" maxlength="15"/>
        <n.password_field.highlight_if_empty/>
     </td>
</tr>
<tr>
     <td class="column1"><div class="second-font field-title"><t>Confirm Password</t></div></td>
     <td>
        <n.password2_field.input type="password" size="15" maxlength="15"/>
        <n.password2_field.highlight_if_empty/>
     </td>
</tr>
<tr>
     <td class="column1" style="padding-top:.5em">
        <n.accept_terms_field.checkbox/>
     </td>
     <td style="padding-top:.5em">
        <label for="accept_terms"><t>I have read and agree to follow the Bullnose Enthusiast Forum's guidelines above.</t></label>
     </td>
</tr>
<tr>
     <td></td>
     <td style="padding-top:.5em">
        <n.captcha_control/>
     </td>
</tr>
</table>
</override_macro>