Difference between revisions of "Workshop2010:registrationform"

From Gaia Science Alerts Working Group
Jump to navigationJump to search
Line 4: Line 4:
 
<form name="reg" method="email" email="wyrzykow@gmail.com" target="wyrzykow@gmail.com" reset="clear the form" submit="send">
 
<form name="reg" method="email" email="wyrzykow@gmail.com" target="wyrzykow@gmail.com" reset="clear the form" submit="send">
 
     hidden: name="testform" value="additional info"
 
     hidden: name="testform" value="additional info"
     text: name="email" prompt="Your email"
+
    text: name="name" prompt="Name with title"
     text: name="name" prompt="Your Name"
+
    text: name="affiliation" prompt="Affiliation"
     select: name="category" prompt="Please select problem category" option="Linux Software" option="Linux Hardware"
+
    textarea: name="address" prompt=Address" rows="4" cols="50"
     text: name="summary" prompt="Problem summary"
+
     text: name="email" prompt="Email"
     textarea: name="description" prompt="Problem description" rows="10" cols="50"
+
     text: name="tel" prompt="Telephone"
     select: name="priority" prompt="Priority" option="Low" option="Medium" option="High" value="Medium"
+
   
 +
Contribution:
 +
     select: name="contribution" prompt="Please select" option="none" option="talk" option="poster" value="none"
 +
     text: name="title" prompt="Title"
 +
     textarea: name="abstract" prompt="Abstract" rows="10" cols="50"
 +
 
 +
Application for funding:
 +
     select: name="funding" prompt="I would like to apply for funding" option="No" option="Yes" value="No"
 +
    text: name="funding_amount" prompt="Requested support (in euros)"
 
</form>
 
</form>

Revision as of 14:22, 26 February 2010

Please do not fill the form yet as it is not working yet!


<form name="reg" method="email" email="wyrzykow@gmail.com" target="wyrzykow@gmail.com" reset="clear the form" submit="send">

   hidden: name="testform" value="additional info"
   text: name="name" prompt="Name with title"
   text: name="affiliation" prompt="Affiliation"
   textarea: name="address" prompt=Address" rows="4" cols="50"
   text: name="email" prompt="Email"
   text: name="tel" prompt="Telephone"
   

Contribution:

   select: name="contribution" prompt="Please select" option="none" option="talk" option="poster" value="none"
   text: name="title" prompt="Title"
   textarea: name="abstract" prompt="Abstract" rows="10" cols="50"

Application for funding:

   select: name="funding" prompt="I would like to apply for funding" option="No" option="Yes" value="No"
   text: name="funding_amount" prompt="Requested support (in euros)"

</form>