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

Field labeling

$
0
0

Replies: 0

I’d asked some months ago about the possibility of adding ARIA labels to VFB text input fields to make them more easily decipherable by screen readers. Since the existing label attributes are arbitrary values, they don’t give a screen reader much to work with in identifying which input goes with which label. That’s a significant obstacle to accessibility compliance.

It seems like what would probably needed would be to set an aria-label attribute with a default value equal to the applicable field name, with an option to enter a value to replace that default if needed.

I am NOT a developer, so I’m not capable of forking the plugin or writing a patch to do this. (I know how to add ARIA labels to inline HTML, but writing code to do it semi-automatically based on your existing GUI is way beyond my skill.) So, I’m asking again if this is a feature that could be added in future releases. Again, it’s an accessibility issue.

Thanks!


Are Hooks Available in VFB (Not Pro Version)

$
0
0

Replies: 0

Trying to send event notification to Google Analytics on form submission.

I noticed hooks listed in vfb pro. Are these available to non-pro users?

I attempted to use ‘vfbp_email_sent’ and ‘vfb_email_sent’ but neither worked.

Thank you in advance.

Export Entries

$
0
0

Replies: 0

I do not know if this is intended or not but it is not useful for me
If you export the entries for a form and there is no data for a particular field, then that field is not exported
This means that the export file will contain different numbers of columns (when opened in Excel) depending on the existence (or not) of data
I am trying to process this file and extract meaningful data to upload to another database.
This is not easily possible if the structure of the export file changes each time I export it depending on the existence or not of data in each field

Was this what was intended?

Is Visual Form Builder ADA compliant?

$
0
0

Replies: 0

Hello,
It is very important to my company that this form builder be ADA compliant.
Is this ADA Certified?

way too much spam with this form any more

$
0
0

Replies: 0

Sorry to say but I am moving from this form to something else. The free version and the paid version let way to much spam in. Sad because there is no way to fix it with this contact form any longer without a lot of work. No use having a form that gets your servers banned because of too much spam coming through. I really have liked using this one but it is time to move to something else probably going to go to WPforms it supports google captcha and others ways of captcha in the FREE VERSION. this should be included with any free or paid version of any contact form now days.

Include a Copy of the User’s Entry

$
0
0

Replies: 0

Include a Copy of the User’s Entry is checked, but the User Entry data is NOT being sent with the user notification.

PLEASE HELP!

Layout does not display per configuration

$
0
0

Replies: 0

Dear Support/Forum –

Greetings!

How do we properly configure the plugin to layout in vertical columns? Regardless of the element’s configuration, the plugin lay out the display in one horizontal row per data field/check box cluster, etc. See screenshot:
https://snipboard.io/BchFWS.jpg

See configuration:
https://snipboard.io/LIWCNB.jpg

Is the two column layout in a field set only available with the upgraded “Pro” version?

please respond to jatiscareno@fivecds.com
Please advise and thanks!

Autoresponder not working

$
0
0

Replies: 0

The forms send an email to us, but the auto responder does not send anything to the person sending the form. They should get a copy of all of their answers in the form.


Field creation buttons do not respond

$
0
0

Replies: 0

Hi there,

I am trying to build a form.. but the the creation page is simply not working.

I am running Wordpess 5.4.

When I try and click any of the buttons to create a field.. they animate as pressed but there is no actual action performed.
The Duplicate button works and so does the delete and Save.. but the Setting button also is unresponsive.
I did manage to get an email from wordpress saying there was an error once.. but I coulnd’t replicate it a second time.

WordPress version 5.4
Current theme: Stamin Child (version 1.0) Current plugin: Visual Form Builder (version 3.0.1) PHP version 7.2.27

Error Details
=============
An error of type E_ERROR was caused in line 382 of the file /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-content/plugins/visual-form-builder/admin/class-forms-list.php. Error message: Uncaught Error: Unsupported operand types in /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-content/plugins/visual-form-builder/admin/class-forms-list.php:382
Stack trace:
#0 /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-content/plugins/visual-form-builder/admin/class-admin-menu.php(207): Visual_Form_Builder_Forms_List->prepare_items()
#1 /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-content/plugins/visual-form-builder/admin/class-admin-menu.php(125): Visual_Form_Builder_Admin_Menu->forms_list()
#2 /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-includes/class-wp-hook.php(287): Visual_Form_Builder_Admin_Menu->admin(”)
#3 /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
#4 /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#5 /home/blo5ax54cu1g/public_html/epicwinpt.com.au/wp-admin/admin.php(254): do_action(‘toplevel_page_v…’)
#6 {main}
thrown

Any ideas as to why this usuall robust and awesome plugin is simply not working anymore – are appreciated 🙂

JOn

php warning No such file or directory

$
0
0

Replies: 0

Hi
help me


PHP Warning:  session_start(): open(/var/cpanel/php/sessions/ea-php56/sess_657e79bd7bcb2925087749dc8cde4b15, O_RDWR) failed: No such file or directory (2) in /home/matlabii/public_html/wp-content/plugins/vfb-pro/vfb-pro.php on line 308

Wanted: accessibility

$
0
0

Replies: 0

In a future update, I’d really like to see VFB take some additional steps for accessibility.

WCAG (Web Content Accessibility Guidelines) guidelines suggest using ARIA labels to label the form input fields so that screen readers can more easily identify them. The approaches are discussed in detail at this link: https://www.w3.org/WAI/tutorials/forms/labels/ and also: https://webaim.org/techniques/forms/controls

Right now, VFP form elements look like this:
<li class="vfb-item vfb-item-email " id="item-vfb-10"><label for="vfb-10" class="vfb-desc">Your email address <span class="vfb-required-asterisk">*</span></label><input type="email" name="vfb-10" id="vfb-10" value="" class="vfb-text vfb-medium required email " /></li>

This works fine for sighted users because they can easily see the input box, but it may be tougher for screen readers because the label values are arbitrary alphanumerics and the “required” asterisk might not be read at all. This is where ARIA labels can help. For example, screen readers might have an easier time if the input were labeled like this:

<li class="vfb-item vfb-item-email " id="item-vfb-10"><label for="vfb-10" class="vfb-desc">Your email address <span class="vfb-required-asterisk">*</span></label><input type="email" name="vfb-10" id="vfb-10" value="" class="vfb-text vfb-medium required email " aria-labelledby="item-vfb-10" aria-required="true" /></li>

This tells a screen reader that the input box and the label go together, which otherwise might not be apparent, and that the input is required. (There might be better approaches; the WebAIM pages at the above link talk about the mechanics of each in detail.)

For similar reasons, it would also be helpful to use aria-invalid=”true” for validation results, something discussed in more detail here: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_attribute

I’m not qualified to rewrite the plugin to do this, but I know other VFB users are concerned about it as well, as accessibility is a potential liability area for businesses as well as a courtesy for visitors.

Could we get this in future updates?

Thanks!

  • This topic was modified 1 hour, 31 minutes ago by Ate Up With Motor. Reason: added tags

non-latin characters

$
0
0

Replies: 0

Hi, I noticed VFB is unable to send email-confirmations if users attach files with non-latin characters in their names (example: AB图22258.jpg, शुरूवातsketch.jpg, etc). Although the entries are registered in WP-admin interface and all other entries are emailed perfectly well. (I have to check constantly so I can send confirmations manually!) Any solutions?

VFB Pro: Import Entries

$
0
0

Replies: 0

Importing Forms, Entries, and Settings

VFB Pro currently supports importing all Forms, Fields, Entries, and Settings

Importing

Find your Export file on your computer and use the Browse button to select it
Click the Upload file and import button
That’s it!

The form downloads as a .json file, but no data, so it’s unclear how to format entry data.

The entries download as .csv, .txt, .xls. There is no option to import any of the entry formats.

What am I missing here?

I want you to prepare a trash can(ゴミ箱を用意して欲しい)

$
0
0

Replies: 0

If you accidentally delete the form, it will be permanently deleted. I want you to prepare a trash can so that you can restore it if you accidentally delete it. This plugin is very easy to use. I like this plug-in because it’s pretty easy to see what’s sent. I would like to continue using this plugin, so please improve it.

フォームを間違えて削除した際に完全削除されてしまいます。間違えて削除してしまったときに復元するためにゴミ箱を用意して欲しいです。このプラグインはとても使いやすいです。送信内容の確認もかなり見やすいのでこのプラグインはお気に入りです。これからもこのプラグインを使っていきたいので改善お願いします。

only few fields emailing across

$
0
0

Replies: 0

When people fill out this form only the 1st 8 or so field results email across? any clues why this happens?


Replying to confirmation email also emails user

$
0
0

Replies: 0

I was adjusting the VFB settings for my contact form this morning after wetting up WP Mail SMTP, and discovered something peculiar with the confirmation emails.

I have VFP configured so that when a user submits a contact form, VFP sends me an email with the details and also emails the user a confirmation, including a copy of the information they submitted. What I want to happen is for the email I receive with the details to show the user’s submitted name in the From field and use their submitted email address as the reply-to, and for the submitter to receive a confirmation email using the name and reply-to address I specify in the Notification box in VFP.

To do this, I have the Email settings configured to use the submitted name in the “User’s Name” field and the submitted email address in the “User’s E-mail” field. In the Notification settings, I’ve added the reply name to “Sender Name or Company” and the reply-to email in “Reply-To E-mail”.

Configured this way, the emails I get work just as desired. However, if the user replies to the confirmation email, BOTH my specified sender name and reply-to address AND the user’s submitted name and e-mail address appear in the TO field.

For example, let’s say the user is John Doe, the email address they entered is johndoe58@example.com, my specified sender name is Admin, and my specified reply-to address is admin@mysite.com. If I reply to the email I get when John Doe submits his form, the TO field will show only “John Doe <johndoe58@example.com>”, which is what I want. However, if John Doe clicks reply to his confirmation email, the TO field will list “John Doe <johndoe58@example.com>”, “Admin <admin@mysite.com>”.

This is obviously not desirable — there’s usually no reason the user needs to email himself if he replies to the confirmation, and it looks pretty sloppy.

Is there a way to keep this from happening? If I remove the submitted name and submitted email address from the Email tab, it doesn’t do this, but then the email I get will just use my administrative address for the reply-to field and I can’t answer a contact form submission by replying to it. This seems counterintuitive.

Am I missing something?

Thanks!

Error Message

$
0
0

Replies: 1

I am getting the following error message on a new form. Can you suggest a solution?
Warning: Invalid argument supplied for foreach() in /home/dufour/P4ML4XO9/htdocs/wp-content/plugins/visual-form-builder/public/class-form-display.php on line 241

Thanks

JS Error when having more than 1 Signaturefield

$
0
0

Replies: 0

We encounter this JS error when having more than 1 Signature field. And it won’t allow us to submit the form. Can you please help us.

Uncaught TypeError: Cannot read property ‘0’ of undefined

P.S. We have the PRO version of the plugin but just awaiting for the updated login credential so we can post on your support forum instead.

From field on the email otification

$
0
0

Replies: 0

When a user fills out a form the notification goes to my client. It confused him that the from field reads as follows “wordpress@jimsteeletree.com; on behalf of; Jim Steele Tree Maintenance [jschmidt@sbsswebsites.com]”. What controls that field? I would rather see it use something more generic. Is there anything I can do?

VFB Pro Entries Appearing on Google search

$
0
0

Replies: 1

Hi there, hope you can help me. A client that I deal with is using VFB Pro to collect sensitive information from their clients through uploads. But these uploads are appearing on Google search. How do I stop Google from caching the uploads as pages, as it’s freaking their clients out? Hope you can help me soon, as this is an urgent matter.

Viewing all 2775 articles
Browse latest View live