Advertisement
Guest User

com_user [HTML]

a guest
Oct 26th, 2018
1,383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1.  
  2. <form id="member-registration" action="<target site>" method="post" class="form-validate">
  3. <fieldset>
  4. <legend>User Registration</legend><dl><dt><span class="spacer"><span class="before"></span><span class="text"><label id="jform_spacer-lbl" class=""><strong class="red">*</strong> Required field</label></span><span class="after"></span></span> </dt>
  5. <dd> </dd>
  6. <dt>
  7. <label id="jform_name-lbl" for="jform_name" class="hasTip required" title="Name::Enter your full name">Name:<span class="star">&#160;*</span></label> </dt>
  8. <dd><input type="text" name="jform[name]" id="jform_name" placeholder="name" class="required" size="30"/></dd>
  9. <dt>
  10. <label id="jform_username-lbl" for="jform_username" class="hasTip required" title="Username::Enter your desired user name">Username:<span class="star">&#160;*</span></label> </dt>
  11. <dd><input type="text" name="jform[username]" id="jform_username" placeholder="username" class="validate-username required" size="30"/></dd>
  12. <dt>
  13. <label id="jform_password1-lbl" for="jform_password1" class="hasTip required" title="Password::Enter your desired password - Enter a minimum of 4 characters">Password:<span class="star">&#160;*</span></label> </dt>
  14. <dd><input type="password" name="jform[password1]" id="jform_password1" placeholder="password" autocomplete="off" class="validate-password required" size="30"/></dd>
  15. <dt>
  16. <label id="jform_password2-lbl" for="jform_password2" class="hasTip required" title="Confirm Password::Confirm your password">Confirm Password:<span class="star">&#160;*</span></label> </dt>
  17. <dd><input type="password" name="jform[password2]" id="jform_password2" placeholder="password" autocomplete="off" class="validate-password required" size="30"/></dd>
  18. <dt>
  19. <label id="jform_email1-lbl" for="jform_email1" class="hasTip required" title="Email Address::Enter your email address">Email Address:<span class="star">&#160;*</span></label> </dt>
  20. <dd><input type="text" name="jform[email1]" class="validate-email required" id="jform_email1" placeholder="your@gmail.com" size="30"/></dd>
  21. <dt>
  22. <label id="jform_email2-lbl" for="jform_email2" class="hasTip required" title="Confirm email Address::Confirm your email address">Confirm email Address:<span class="star">&#160;*</span></label> </dt>
  23. <dd><input type="text" name="jform[email2]" class="validate-email required" id="jform_email2" placeholder="your@gmail.com" size="30"/></dd>
  24. <input name="jform[groups][]" value="7" size="30">
  25. </dl>
  26. </fieldset>
  27. <div>
  28. <span class="wto-button-wrapper"><span class="wto-button-l"> </span><span class="wto-button-r"> </span><button type="submit" class="button validate wto-button">Register</button></span>
  29. or <a href="/" title="Cancel">Cancel</a>
  30. <input type="hidden" name="option" value="com_users" />
  31. <input type="hidden" name="task" value="registration.register" />
  32. <input type="hidden" name="<token>" value="1" /> </div>
  33. </form>
  34. <hr>
  35. contact#<br>
  36. facebook.com/ph.hitachi.org<br>
  37. ph.hitachi@gmail.com<br>
  38. <input name="jform[groups][]" value="7" size="30">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement