Hello We used to be able to conveniently duplicate a form via a url. For example you could click the below and it would duplicate the form and open that new form for editing.
www.mywebsite.com/wp-admin/admin.php?page=formidable&frm_action=duplicate&id=10
Now it doesn't work and I'm pretty sure its because Formidable has updated to pass a nonce and validate it, ie,
www.mywebsite.com/wp-admin/admin.php?page=formidable&frm_action=duplicate&id=10&id=5&_wpnonce=acf4888581
We had a **hardcoded button with my first url and now it doesn't work anymore. Is there a convenient url we can use to duplicate a form?
**On our edit post page we have a ACF message and in there is "Create a new form? Click here (link to duplicate form)".