Greg's Blog

helping me remember what I figure out

Form Component Updated

| Comments

I have finally found a second to update my form CFC and it now includes hidden input,textarea input and form validation integration with my JavaScript form validation script. I also had to change the way the form was initialised. CFMX was having intermittent issues with <cfsavecontent>. Instead I now simply set a variable. You can grab the latest version here.