After update from Formidable Pro 1.07.08 to 1.07.09 all problem was fix!
Tnx for your help Steph
After update from Formidable Pro 1.07.08 to 1.07.09 all problem was fix!
Tnx for your help Steph
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/
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!
Actually, let's just do this:
if ( !isset($values['frm_submit_entry']) ) {
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?
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.
Sounds great, thanks :)
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!
Can you please take a look at this related topic, and post in our help desk with any further questions.
http://formidablepro.com/help-desk/resize-recaptcha/
I have a long form I want to do. If connection is lost, or if person wants to finish later, can this be set up to save data so person won't have to re-enter? If so, on free or only paid?
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.
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
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
This is beyond Formidable control. You'll need to contact your web host with this.
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
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!
I am having in getting the table data to display here http://frugalmule.com/frm_display/companies_and_type/. This is the video that further describes the issure description http://screencast.com/t/jEs1oaDgFH0Q
Assistance is greatly appreciated.
Have you thought of adding one?
What happens when you try to create an entry? Can you please provide more information?
it reload the page without success message and your at the beginning of form like loop.
entry is not created!