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

blinkhic on "[Plugin: Visual Form Builder] Radio buttons not showing in Chrome"


Joseph on "[Plugin: Visual Form Builder] Radio buttons not showing in Chrome"

$
0
0

glad you were able to solve it!

Joseph
VFBPro Support

Joseph on "[Plugin: Visual Form Builder] Auto complete [Required] Field"

$
0
0

Can you please post a link to your from so I can better understand what your talking about?

Joseph
VFBPro Support

Joseph on "[Plugin: Visual Form Builder] Why does it say "Fieldset" at the top of my form?"

saranee on "[Plugin: Visual Form Builder] change forms background color"

pgv on "[Plugin: Visual Form Builder] French translations"

sqdge on "[Plugin: Visual Form Builder] Export problem"

$
0
0

My version also had this issue, but I think I found a fix.

In the VFB plugin directory go to includes/class-export.php

Around lines 577 - 583
Change:

if ( !isset( $_POST['action'] ) )
	return;
if ( $_POST['action'] !== 'visual_form_builder_export_entries_count' )
	return;

$form_id = absint( $_POST['id'] );

To:

if ( !isset( $_GET['action'] ) )
	return;
if ( $_GET['action'] !== 'visual_form_builder_export_entries_count' )
	return;

$form_id = absint( $_GET['id'] );

This seemed to work for me.

scarnahan on "[Plugin: Visual Form Builder] Export problem"

$
0
0

Thanks for the code @sqdge

That did the trick for me too.


maboelazm on "[Plugin: Visual Form Builder] Auto complete [Required] Field"

Joseph on "[Plugin: Visual Form Builder] change forms background color"

$
0
0

Hello Saranee,

The color is probably actually coming from something in your theme, as pink would not be a default background color. You might target the CSS rule on your website using chrome developer tools or fire bug, then write some css to override it. Hope this helps.

Thanks,
Joseph
VFBPro Support

Joseph on "[Plugin: Visual Form Builder] French translations"

$
0
0

Hello Paul,

Thank you for this, I'll send it over to our developer.

Thanks,
Joseph
VFBPro Support

Joseph on "[Plugin: Visual Form Builder] Auto complete [Required] Field"

$
0
0

Hello again,

Can you please fill out a ticket in our paid version system at vfbpro.com? We are better equipped to assist our paying customers there.

Joseph
VFBPro Support

Joseph on "[Plugin: Visual Form Builder] Export problem"

$
0
0

@sqdge, wow thank you so much for this, I'll be sure to pass it off to our developer right away in case he has not already prepared the fix.

Again, thanks...

Joseph on "[Plugin: Visual Form Builder] Export problem"

$
0
0

@Sqdge can you please contact me though out online ticket system at VFBPro.com? Just ask for me in the ticket if you would.

creativeone on "[Plugin: Visual Form Builder] Unable to Move to Trash"

$
0
0

I am not longer able to Move to Trash when viewing an entry. Also, the trash link when looking at all entries does not work. If I check the box beside an entry and click Bulk Edit and choose Move to Trash it works but client wants to be able to Move to Trash while viewing an entry.

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


Joseph on "[Plugin: Visual Form Builder] Unable to Move to Trash"

$
0
0

Sorry for the problem you are having. This sounds like one of a few things:

1. You are running a php version on your web host older than 5.4 which can cause a wide variety of issues with any newer versions of WordPress depending on your website setup. (or the WordPress you are running is very old on newer php)

2. There is a conflict with a theme or another plugin creating this issue

3. There is a permissions issue with the user/site, you may want to ensure the user has those permissions using a member plugin or the sort to set the permissions correctly.

Hope this helps,
Joseph
VFBPro Support

Joseph on "[Plugin: Visual Form Builder] Random entries are not being saved"

$
0
0

Sorry for the slight delay in my reply, the free version sends the email prior to saving to the database. Hope this helps.

Joseph on "[Plugin: Visual Form Builder] Random entries are not being saved"

$
0
0

Sorry for the slight delay in my reply, the free version sends the email prior to saving to the database. Hope this helps.

trslack on "[Plugin: Visual Form Builder] Adding form into header"

$
0
0

I am looking to add a two field form into the head section of my website. I have tried <?php echo do_shortcode('[vfb id='4']'); ?> seeing if that would work to get the form to appear but nothing. I can code my own form but i like the capturing capabilities and really like to use this form. Any ideas?

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

Joseph on "[Plugin: Visual Form Builder] Adding form into header"

$
0
0

Hello,

I think the most critical part of placing the form would be to make sure it is in the right spot, the header file of the right theme, or child theme. Other than that it should work. You might see if you have a conflict with your theme or another plugin and make sure your host is running php version 5.4 or better.

Thanks,
Joseph
VFBPro Support

Viewing all 2775 articles
Browse latest View live