Hello,
Thanks for the feedback!
There is no builtin edit form popup within the ACF Extended Form module. Do you use the native ACF acf_form()
feature? Or the ACF Extended Form feature to display your form on the front-end?
Regarding the error, it’s hard to pinpoint the error location as you use minified JS files (default behavior).
Can you please enable the SCRIPT_DEBUG
constant in your wp-config.php
file, right before the comment /* That's all, stop editing! Happy publishing. */
using the latest 0.9.0.6 version?
Usage example:
define('SCRIPT_DEBUG', true); // enable JS debug
/* That's all, stop editing! Happy publishing. */
This will force WordPress to load unminified JS files, and get a more readable JS errors in the console. Once you enabled the SCRIPT_DEBUG
, please hard refresh your front-end page (with CTRL+SHIFT+R
on chrome), and share the error/screenshot here.
Thanks!
Regards.