Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:register [2015/06/05 04:59]
Jon Daniels created
wiki:register [2019/12/30 17:32]
Line 1: Line 1:
-<form> 
-Action mail jon@asiimaging.com 
-Thanks "Thanks for requesting an account.  Your account should be created within one business day.  You will receive an email with your initial password." 
  
-Fieldset "Account" 
-Textbox  "Username (all lower case, '.', '-', and '_' allowed)" /^[0-9a-z\.\-\_]+$/  
-Textbox "Real Name" 
-Email "Your E-Mail Address" 
- 
-fieldset "even more fields" 
-select "Please select an option" "Peaches|Apples|Oranges" 
-static "Some static text that could be an agreement" 
-yesno "Read the agreement?" 
-textarea "Tell me about your self" 
-textbox "You need to write 'agree' here" /^agree$/ 
-submit "Submit Query" 
-</form>