Displaying 1 result from an estimated 1 matches for "sendregistration".
Did you mean:
enregistration
2009 Jan 08
4
Problem with disable_with
...x<1)||
(document.myForm.email_region_id.selectedIndex<1))
{
alert ("You must fill in all of the required fields!")
return false
}
else
return true;
}
//-->
</script>
further down the page I have the form:
<% form_tag({:action => ''sendregistration''}, {:name =>
"myForm", :onSubmit => "return validate()"}) do -%>
<tr><td style="width:50%;">Project Name:<strong> *</strong></
td><td><%= text_field ''email'', ''projectname'...