Difference between revisions of "Workshop2010:registrationform"
From Gaia Science Alerts Working Group
Jump to navigationJump to searchLine 2: | Line 2: | ||
---- | ---- | ||
− | <form name=" | + | <form name="reg" method="email" target="wyrzykow@gmail.com" email="email" submit="Send the form" reset="Reset"> |
hidden: name="testform" value="additional info" | hidden: name="testform" value="additional info" | ||
− | text: | + | text: name="name" prompt="Your [[RealName]]" |
select: name="category" prompt="Please select problem category" option="Linux Software" option="Linux Hardware" | select: name="category" prompt="Please select problem category" option="Linux Software" option="Linux Hardware" | ||
− | text: | + | text: name="summary" prompt="Problem summary" |
textarea: name="description" prompt="Problem description" rows="10" cols="50" | textarea: name="description" prompt="Problem description" rows="10" cols="50" | ||
select: name="priority" prompt="Priority" option="Low" option="Medium" option="High" value="Medium" | select: name="priority" prompt="Priority" option="Low" option="Medium" option="High" value="Medium" | ||
</form> | </form> |
Revision as of 12:50, 26 February 2010
Please do not fill the form yet as it is not working yet!
<form name="reg" method="email" target="wyrzykow@gmail.com" email="email" submit="Send the form" 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>