Intrepidation

Random thoughts from the people at Intrepid Web Solutions that mostly no one should care, but they probably will.
Thu Jan 3

Simfatic Forms JS Validation System

I don’t use their program, but the Simfatic Forms Validation sysem is a great. It makes things very easy. Unfortunately, there isn’t a ton of documentation out there, at least that I’ve been able to find. Especially for regular expressions.

Here is a regexp example from an event registration form that I created. It requires a monetary amount to be entered properly.

frmvalidator.addValidation(“family_success_donation”, “regexp=^\d{1,5}(,\d{3})*(\.\d{2})?$”, “Please enter your donation in currency fashion only.\nExample: 10.50”);