Quantcast
Channel: WordPress.org Forums » [Formidable Forms - Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder] Support
Viewing all articles
Browse latest Browse all 1852

sswells on "[Plugin: Formidable Forms] 'You do not have permission to do that' error"

$
0
0

Interesting. Thanks for the resources. Here's a change that will be included in the next release. Line 344 of formidable/classes/models`/FrmEntry.php changed from:

if ( !isset($values['frm_submit_entry']) || !wp_verify_nonce($values['frm_submit_entry'], 'frm_submit_entry_nonce') ) {

to:
if ( !isset($values['frm_submit_entry']) || (is_user_logged_in() && !wp_verify_nonce($values['frm_submit_entry'], 'frm_submit_entry_nonce')) ) {

[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum's parser.]

Thanks again!


Viewing all articles
Browse latest Browse all 1852

Latest Images

Trending Articles



Latest Images