Hello I'm getting this error in the dev tool
Uncaught ReferenceError: frmUpdateField is not defined
at HTMLAnchorElement.onclick ((index):288:209)
onclick @ (index):288
It's something rather internal to Formidable, but that doesn't mean I have any idea what the issue is. See https://github.com/wp-premium/formidable/blob/master/pro/classes/controllers/FrmProEntriesController.php line 2341
<p>This is the error from developer tool</p><p><div class="frm8">Main <a href="#" onclick="frmUpdateField(245,110,'Done','The field has been updated',2);return false;" id="frm_update_field_245_110_2" class="frm_update_field_link " title="Click here">Click here</a></div></p>
That's a jQuery command. If that's not defined, either Formidable's jQuery isn't loading, or there's something other JavaScript or jQuery erroring out that preventing Formidable's from working. Whatever, the issue, it'ds problem specific to your site. I couldn't even begin to guess without a deeper level of troubleshooting.
Please login or Register to submit your answer