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

odisey.nfo on "[Plugin: Formidable Forms] Formidable Pro 1.07.08 Problem"

$
0
0

After update from Formidable Pro 1.07.08 to 1.07.09 all problem was fix!

Tnx for your help Steph


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

$
0
0

When I send a test message while logged in, it works fine. If I log out and try again I get this error:

There was a problem with your submission. Errors are marked below.
You do not have permission to do that

It looks like that's happening because the plugin is using nonces on the form, which aren't really appropriate in this situation. The nonce gets cached and reused beyond its expiration, which causes the error. The nonce should only be added/verified if the user is logged in.

Jetpack made a similar fix recently in #1859-plugins. kovshenin wrote about this in more detail at http://kovshenin.com/2012/nonces-on-the-front-end-is-a-bad-idea/

https://wordpress.org/plugins/formidable/

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!

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

$
0
0

Actually, let's just do this:
if ( !isset($values['frm_submit_entry']) ) {

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

$
0
0

Hmm, I'm not sure I understand. If you're removing the wp_verify_nonce() check -- and, presumably, the corresponding wp_nonce_field() call -- then why keep the isset( $values['frm_submit_entry'] ) check? Won't that always fail?

I would think that you'd either want to remove all of it completely, or wrap both parts in is_user_logged_in(), the way that Jetpack did. Maybe I'm missing something, though?

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

$
0
0

Final answer... ignore my second response. The first is what we'll stick with. The nonce field will be on the front end regardless of whether the user is logged in or not, but it will only be checked if they are logged in.

We may completely remove it after more research, but we'll need to determine which would be best.

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

renemc on "[Plugin: Formidable Forms] Resizing ReCaptcha field"

$
0
0

Hi, I was just wondering if it was possible to resize the recaptcha field? My sidebar is roughly 200px wide so it doesn't fit. How would I go about making that change? Any help would be greatly appreciated!

https://wordpress.org/plugins/formidable/


sswells on "[Plugin: Formidable Forms] Resizing ReCaptcha field"

ockographics on "[Plugin: Formidable Forms] Saving User-entered data for later completion"

sswells on "[Plugin: Formidable Forms] Saving User-entered data for later completion"

$
0
0

When a connection is lost, there is not way to save anything to your site. But the pro version does have an option for logged-in users to save a draft that they can continue later.

mohnkern on "[Plugin: Formidable Forms] Deprecated"

$
0
0

I'm getting the following error message after upgrading to 1.07.09

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 1561

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 1643

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 1654

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 1704

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 1892

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 1975

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 1986

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 2042

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 2212

Deprecated: Assigning the return value of new by reference is deprecated in /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php on line 2272

Warning: Cannot modify header information - headers already sent by (output started at /home/chs_main/cherryhillseminary.com/machform/includes/view-functions.php:1561) in /home/chs_main/cherryhillseminary.com/machform/embed.php on line 91

https://wordpress.org/plugins/formidable/

AmityMishra on "[Plugin: Formidable Forms] SMTP server response: 550"

$
0
0

I tried to test form i got this error, can anyone please help.

PHP Warning: mail(): SMTP server response: 550 Requested action not taken: mailbox unavailable or not local in D:\Inetpub\vhosts\fiskaz.com\mantramugdh.com\wp-content\plugins\formidable\classes\models\FrmNotification.php on line 118

https://wordpress.org/plugins/formidable/

sswells on "[Plugin: Formidable Forms] SMTP server response: 550"

$
0
0

This is beyond Formidable control. You'll need to contact your web host with this.

fl97480 on "[Plugin: Formidable Forms] SMTP server response: 550"

$
0
0

Voilà mon soucis concernant la création d'un formulaire. En faite la création pas de problème, la mise en page aussi . le soucis c'est que en faite l'image d'arrière plan du formulaire ne permet pas de lire correctement ce qui est écrit. ce que je voudrais c'est d'avoir une page blanche. Merci de votre aide

Mail: lebreton-fabrice@gmx.fr


maxphotoaustin on "[Plugin: Formidable Forms] Adding images as options"

$
0
0

I'm wondering if it's possible to create a radio button form and utilize images instead of text as the options. For example, I rent photo booths, and instead of using radio buttons saying "red," "gold," "purple," etc. for the curtain options, having small photographs of the curtains.

Thanks so much in advance!

https://wordpress.org/plugins/formidable/

slowmovingtrain on "[Plugin: Formidable Forms] Formidable view shortcode not visible"

mythusmage on "[Plugin: Formidable Forms] Die Roller"

sswells on "[Plugin: Formidable Forms] Formidable Pro 1.07.08 Problem"

$
0
0

What happens when you try to create an entry? Can you please provide more information?

odisey.nfo on "[Plugin: Formidable Forms] Formidable Pro 1.07.08 Problem"

$
0
0

it reload the page without success message and your at the beginning of form like loop.

entry is not created!

Viewing all 1844 articles
Browse latest View live


Latest Images