October 11, 200124 yr I am usually submitting forms via JavaScript. I fired up FM, have IE form in window on local machine and I did manage to click 3 times before the IE shows second screen. No validation was done on FM side, not Required fields. FM created only 1 single record and not 3. The code I am using on submit button is: javascript:document.newform.submit() The form name is "newform" You need to specify -new or -edit in hidden input tag Will that help?
October 12, 200124 yr Author Perhaps it would help, if I only knew, how to do this! I mean: where do I enter this code - how do I submit JavaScript? I
October 12, 200124 yr The form is code: <FORM method="POST" action="FMPro" name="newform"> <INPUT type="hidden" name="-new"> <A href="javascript:document.newform.submit()">SUBMIT</A>
Create an account or sign in to comment