Answered
ColdFusion.Ajax.submitForm & Form not found
I am trying to submit a form using ColdFusion.Ajax.submitForm
and only get
"Form not found, form id: myform"
-- calling using <a class="save" href="javascript:submitForm()" title="Save this record"><span>Save</span></a>
within
<cfform name="myform"></cform>
there only 1 field
<input type="text" name="PARTICIPATION_FLG" id="input-PARTICIPATION_FLG" value="Y" tabindex="1">
"Form not found, form id: myform"
-- calling using <a class="save" href="javascript:submitForm()" title="Save this record"><span>Save</span></a>
within
<cfform name="myform"></cform>
there only 1 field
<input type="text" name="PARTICIPATION_FLG" id="input-PARTICIPATION_FLG" value="Y" tabindex="1">
