You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Russ McBride on Thu 23 Oct 2003 in response to JavaScript Form Validator R2.0
Re: Problem with Generate HTML for all Fields
I had the same problem. After looking at the source code I noticed that therewere duplicate fields being generated. I removed the "name = " parameters from
the DateFormat and Browser HTML fields.
After making this change it worked with Generate HTML for all Fields.
Next I tried removing all of the HTML associated with those two fields and that
worked, too. In other words, just make them two hidden Notes fields without
the HTML code to hide them.
Thanks to everyone who contributes here. It is appreciated!