Quantcast
Channel: WordPress.org Forums » [Visual Form Builder] Support
Viewing all 2775 articles
Browse latest View live

davidnairn on "[Plugin: Visual Form Builder] Security check: referal does not match this site."

$
0
0

To anyone that has come across this thread I found a bit of information. First this is caused by the referral url not matching what gets put in the hidden referral field in the form. What has been the main culprit for me is additional parameters in the url like
?post_id=23 or whatever.

Second the above posted solution will not work. Looking at the plugin code nowhere does that hook get implemented. My guess is that filer was probably in an old version and got taken out and not accounted for.

Unfortunately there's no clean solution to fix this with out going in an altering the plugin code (which i wouldn't recommend). The best solution I've found is javascript based where you manually change the referral field to match the url.


Matthew Muro on "[Plugin: Visual Form Builder] Security check: referal does not match this site."

$
0
0

Wow, thanks for completely ignoring my plea to start a new thread.

Also, here's the relevant code out of includes/email.php:

$skip_referrer_check = apply_filters( 'vfb_skip_referrer_check', false, $form_id );

// Test if referral URL has been set
if ( !$referrer )
	wp_die( __( 'Security check: referal URL does not appear to be set.' , 'visual-form-builder'), '', array( 'back_link' => true ) );

// Allow referrer check to be skipped
if ( !$skip_referrer_check ) :
	// Test if the referral URL matches what sent from WordPress
	if ( $wp_get_referer )
		wp_die( __( 'Security check: referal does not match this site.' , 'visual-form-builder'), '', array( 'back_link' => true ) );
endif;

Again, if you continue to have problems with this, PLEASE START A NEW THREAD!!!

Chris Briley on "[Plugin: Visual Form Builder] Styles not working untill page refresh"

$
0
0

Hello,

I have used visual form builder before and I'm very happy with this plugin, works and looks great! I'm having an issue with a new site I'm working on, the form doesn't display properly until I refresh the page. Here is a link to the page on my site using the form, http://www.ind-image-demo.com/pci/about-us/career-opportunities/ , form is at the bottom of the page. The theme is Satellite 7 by Qode if that helps in determining a conflict.

Thank you!!!
Chris Briley

https://wordpress.org/plugins/visual-form-builder/

Matthew Muro on "[Plugin: Visual Form Builder] Styles not working untill page refresh"

$
0
0

Hi Chris,

The styles appear correctly for me on the first try, no refreshing necessary. Have you tried clearing your browser cache?

havlist on "[Plugin: Visual Form Builder] Verification/Submit not accessible"

$
0
0

As of VFB 2.8 (?) I can't modify the Verification message and Submit button texts any more when creating or modifying a form (closing fieldset gray and not selectable)!?

Is this intentional? I can't find anything in the changelog or elsewhere. I have invested time in the Dutch translation and I feel disappointed!

https://wordpress.org/plugins/visual-form-builder/

Chris Briley on "[Plugin: Visual Form Builder] Styles not working untill page refresh"

$
0
0

Hi Matt,

Thank you for your quick response!! Yeah I tried it, not working. I've had multiple people test it, and only a couple are having the issue I am. We are mainly seeing this in Firefox, but I did have it happen in IE once. Just thought I would ask and see if you have ever run into this issue before.

Thank you!
Chris Briley

Matthew Muro on "[Plugin: Visual Form Builder] Styles not working untill page refresh"

$
0
0

I just checked it out in Firefox and didn't have to refresh, so I dunno!

In the FAQ, there's some troubleshooting tips for tracking down plugin/theme conflicts, so give that a shot.

Matthew Muro on "[Plugin: Visual Form Builder] Verification/Submit not accessible"

$
0
0

Sounds like another plugin or your theme is adding jQuery UI CSS across the entire site and it's conflicting with VFB.

Check the FAQ for plugin/theme conflict troubleshooting tips.


havlist on "[Plugin: Visual Form Builder] Verification/Submit not accessible"

$
0
0

Yep, "wpsc Support Tickets" was the culprit.
I'll punch their Ticket... I'have already torn up mine :-(.
Thx Matt. I'll update the Dutch translations shortly. It's the least I can do for your support. And I'll add a coin or two to the piggy bank... saving up for a VFB developer license :-).

Chris Briley on "[Plugin: Visual Form Builder] Styles not working untill page refresh"

$
0
0

Only site I've had this issue, it's really strange. Anyway, I think this is one of the best form plugins for WordPress and recommend it to all of my fellow developers.

Thanks!!
Chris

giblartar on "[Plugin: Visual Form Builder] how to secure the visual form builder from CSRF attacks?"

juice_t on "[Plugin: Visual Form Builder] Headway theme, disabling sending message"

$
0
0

Hi,

Week into trying to get my VFB Pro to send the message and finally I found the problem and would need help solving it.

When I deactivate my current theme and active the wordpress basic theme the form works like a charm and I can receive the messages.
But when I activate my Headway Theme the form doesn't send the messages.

Been trying to get this thing working for a week and having invested straight away into the pro version I'd loooove to have this problem solved finally so I could receive the messages from my clients directly to my email. I use Headway Themes to build my website.

The form is located here: http://formsupreme.com/pro

Thank you for your help, I really appreciate it! :)

https://wordpress.org/plugins/visual-form-builder/

juice_t on "[Plugin: Visual Form Builder] Headway theme, disabling sending message"

$
0
0

Well to my luck I was able to solve the problem finally :)

juice_t on "[Plugin: Visual Form Builder] Change color of submission button & thank you message"

Matthew Muro on "[Plugin: Visual Form Builder] how to secure the visual form builder from CSRF attacks?"

$
0
0

VFB protects against CSRF attacks by checking the referer.

A more secure method would be to use $_SESSION, but not every server handles those the same so it's a bit of a developer sand trap.


chermont on "[Plugin: Visual Form Builder] Unable to make changes or add fields"

$
0
0

Hi, I was trying to change/edit a form I have on http://www.boulwarecharter.com/application and when I am in the admin side, every time I click on a section it just jumps me back to the top of the form and won't let me make changes to the content. I do have the plugin installed in another WP website and it works fine. I'm not sure if it's because I've hit the max_var, but it worked just fine a while ago and now it does not. I even replaced the PHP file with the original to go back to the original max_var settings but that did not work either. Please help! This issue is time sensitive.

https://wordpress.org/plugins/visual-form-builder/

chermont on "[Plugin: Visual Form Builder] Unable to make changes or add fields"

$
0
0

also, when i click on the field to edit, it just jumps back to the top of the form and won't let me select the field to make changes

Matthew Muro on "[Plugin: Visual Form Builder] Unable to make changes or add fields"

$
0
0

Check the FAQ for tips on resolving theme/plugin conflicts.

AverageJo on "[Plugin: Visual Form Builder] Need a way to do auto-math"

$
0
0

I have Pro and the Payments plugin

My end goal is to have someone select an item from a drop down, then type a number and then the math will show up in a separate box. That way when the form is submitted I know how much to invoice someone for later instead of charging them before the form is submitted.

A solution could be if there is a way to setup a form with the payments that it won't charge someone when there is a total? And they can type how many they want.

This plugin is amazing and I recommend it to everyone I can.

https://wordpress.org/plugins/visual-form-builder/

chermont on "[Plugin: Visual Form Builder] Unable to make changes or add fields"

$
0
0

I do not think that is a problem. The theme has not changed since installing the plugin. I even made sure the original files for the Visual Form Builder is the problem. It worked just fine the other day. I have not made changes to the JS/CSS in a while, and the plugin worked fine, with the exception of having more than the 1000 max_vars. I tried to delete some of the form fields to help the issue but that did not work either.

Viewing all 2775 articles
Browse latest View live