Day 43

Lots of info to collect on the registration page...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

<div id="regButtons">
            <input type="button" name="register" value="Register" />
            <input type="button" name="reset" value="Reset" />
            <input type="button" name="cancel" value="Cancel" />
          </div>

          <input type="checkbox" name="newAccount" /> Create New Account <br>
          <input type="checkbox" name="profileAlias" /> Select to use Alias <br>
          <input type="checkbox" name="regLinks" /> Send registration links <br><br>

          <input type="radio" name="aaCode" value="auto"> Auto generate the Account Association code<br>
          <input type="radio" name="aaCode" value="custom"> Use a custom Account Association code<br><br>
          <label>New account will be used for: </label><br>
          <input type="radio" name="use" value="child"> Child<br>
          <input type="radio" name="use" value="spouse"> Spouse<br>
          <input type="radio" name="use" value="other"> Other<br><br>

          <input type="radio" name="autoEAddress" value="auto"> Auto generate the recipient email address(s)<br>
          <input type="radio" name="autoEAddress" value="custom"> Use custom recipient email address(s)<br><br>

          <label>Number of recipient addresses needed: </label>
          <input type="number" id="addressesNeeded" name="addressesNeeded" size="2" maxlength="1" />
          <br>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2