Hidden hiddenfield "some constant value"; Textbox name "Your name" 290; Passbox pass "Your password" 290; Constraint pass "Wrong password!" grep="/^rienow$/"; Static "A combobox declared by a list"; Select country "Wähle Land" "Deutschland, Italien und Österreich, Schweiz, Schweden" 290; Line; Checkbox news "checked, We advice you to subscribe to our newsletter" 1; Checkbox news2 "not checked, We advice you to subscribe to our newsletter"; Line; Radio zahlmethode "Payment:" "Mastercard,Visa,Cash\, Paypal"; Line; Textarea comments "**Comments**" 10 320; Textbox zip "zip" 290; Textbox mail "e-mail" 290; Textbox max7 "max 7" 290; Textbox min7 "min 7" 290; Textbox greptest "greptest" 290; Textbox testint "Int test" 290; Textbox testfloat "Float test" 290; Textbox functiontest "Function test" 290; Constraint greptest "GrepTest failed!" grep="/^[A-z0-9\._-]+@[A-z0-9][A-z0-9-]*(\.[A-z0-9_-]+)*\.([A-z]{2,6})$/"; Constraint min7 "Mind. 7 digits!" minLength="7"; Constraint max7 "Max. 7 digits!" maxLength="7"; Constraint zip "5 chars!" length="5"; Constraint mail "Not a valid Email-Adress" valueType="eMail"; Constraint testint "Not a valid integer" valueType="integer"; Constraint testfloat "Not a valid float" valueType="float"; Constraint functiontest "Number hast to be greater than 80..." evalFunction="myPHP_Function"; Buttons "proceed" "clear" 90;