Displaying 1 result from an estimated 1 matches for "validate_user_first_nam".
Did you mean:
validate_user_first_name
2006 Apr 15
0
Ticket #4140? observe_field issue.
...quot; name="user[first_name]" size="30"
type="text" value="" />
<script type="text/javascript">
//<![CDATA[
new Form.Element.EventObserver(''user_first_name'', function(element,
value) {new Ajax.Request(''/account/validate_user_first_name/0'',
{asynchronous:true, evalScripts:true, parameters:''user_first_name='' +
value})})
//]]>
</script>
You would think they are completely identical. Both just a simple text_field
and then an observe_form done the way that they are prescribed to be done.
However,...