Difference between revisions of "Workshop2010:registrationform"
From Gaia Science Alerts Working Group
Jump to navigationJump to searchLine 16: | Line 16: | ||
*three | *three | ||
}} | }} | ||
+ | |||
+ | {{#input:type=submit|value=Send}} | ||
{{#input:type=ajax|value=Post comment|update=wgBlogComments|onClick= | {{#input:type=ajax|value=Post comment|update=wgBlogComments|onClick= |
Revision as of 12:48, 27 February 2010
Please do not fill the form yet as it is not working yet!
{{#form:method=post}} Title: {{#input:type=text|name=dr}}
Name: {{#input:type=text|name=name}}
Affiliation: {{#input:type=text|name=affiliation}}
Address: {{#input:type=textarea|rows=3}}
{{#input:type=select|name=contribution|
- one
- two
- three
}}
{{#input:type=submit|value=Send}}
{{#input:type=ajax|value=Post comment|update=wgBlogComments|onClick= var summary='comment posted by '+document.getElementById('blogName').value; document.getElementById('blogContent').setAttribute('value', '\n==='+document.getElementById('blogTitle').value+'===\n'+document.getElementById('blogBody').value+'\n:'+summary+'\n'); document.getElementById('blogSummary').setAttribute('value','Blog '+summary);}}
{{#formend:}}