Differences

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

Link to this comparison view

wiki:register [2015/06/10 04:29]
Jon Daniels
wiki:register [2019/12/30 17:32]
Line 1: Line 1:
-<form> 
-Action mail jon@asiimaging.com 
-Thanks "Your account should be created within one business day.  You will receive an email with an initial password." 
  
-Fieldset "Account" 
-Textbox  "Username (not case sensitive)" /^[a-z][a-z0-9\.\_\-]+[a-z0-9]$/  
-Email "E-Mail Address" 
- 
-Fieldset "Personal Information" 
-Textbox "Real Name" 
-Static "Insert message here about being accessible to other users" 
-Textarea "Brief Biography" x4 
- 
-fieldset "even more fields" 
-select "Please select an option" "Peaches|Apples|Oranges" 
-static "Some static text that could be an agreement" 
-textbox "You need to write 'agree' here" /^agree$/ 
-submit "Request Account" 
-</form>