Displaying 1 result from an estimated 1 matches for "verify_amt".
Did you mean:
verify_all
2006 Apr 13
0
Custom validation of form fields?
..., say for example it can only be 15,
30, 45, 60, etc
How would I go about creating a custom validates_ method to handle this,
keeping in mind this damt field does not correspond to any database
table data.
( On a side note, I tried doing this browser-side by adding a condition
=> ''verify_amt()'' statement to the form but it broke it completely, and
then thinking maybe :condition was mispelled and should be :conditions
(plural) I tried that also and it no longer broke the form but it failed
to do anything useful.... )
Thanks in advance for any help or suggestions you can off...