Difference between revisions of "Workshop2010:registrationform"

From Gaia Science Alerts Working Group
Jump to navigationJump to search
(Created page with '<form name="test" method="email" target="wyrzykow@gmail.com" email="Registration Test" sender="gsaw2010registration@ast.cam.ac.uk" submit="Send Inquiry" reset="Reset"> hidden...')
 
Line 1: Line 1:
<form name="test" method="email" target="wyrzykow@gmail.com" email="Registration Test" sender="gsaw2010registration@ast.cam.ac.uk" submit="Send Inquiry" reset="Reset">
+
<form name="test" method="email" target="wyrzykow@gmail.com" email="wyrzykow@ast.cam.ac.uk" submit="Send Inquiry" reset="Reset">
 
     hidden: name="testform" value="additional info"
 
     hidden: name="testform" value="additional info"
 
     text:* name="name" prompt="Your [[RealName]]"
 
     text:* name="name" prompt="Your [[RealName]]"

Revision as of 13:46, 26 February 2010

<form name="test" method="email" target="wyrzykow@gmail.com" email="wyrzykow@ast.cam.ac.uk" submit="Send Inquiry" reset="Reset">

   hidden: name="testform" value="additional info"
   text:* name="name" prompt="Your RealName"
   select: name="category" prompt="Please select problem category" option="Linux Software" option="Linux Hardware"
   text:* name="summary" prompt="Problem summary"
   textarea: name="description" prompt="Problem description" rows="10" cols="50"
   select: name="priority" prompt="Priority" option="Low" option="Medium" option="High" value="Medium"

</form>