Code

Discussion on DHVC Form - Wordpress Form for WPBakery Page Builder

Discussion on DHVC Form - Wordpress Form for WPBakery Page Builder

By
Cart 3,624 sales

SiteSao supports this item

Supported

739 comments found.

on conditional logi, its posible to set values equal to “x” and catch them from a text Field instead of selection. for ex. I set the value 12345 as correct, them a visitor type 12345, and the form show a bottom. Is this Possible?

Sorry, the form only support conditional logic for checkbox, radio button and select. it not support for text field.

Best regards.

Here Daniel with the zip code problem, i´ve tried the custom code and didn´t work. i insert the code in the bottom of the function.php file and change variables in code like this: function dh_validate_zip_code_custom($form_id){ //default your zip code $zipcodes = array(‘33009?,’33180?); //check form POST zip code. example zip code field name [my_zipcode] if(isset($_POST[‘my_zipcode’]) && in_array($_POST[‘my_zipcode’], $zipcodes )){ wp_redirect(‘ http://www.ecohangercleaner.com/about/‘); } return; } add_action(‘dhvc_form_after_processor’, ‘dh_validate_zip_code_custom’,10,1);

URL: http://www.ecohangercleaner.com/home/ Please i will Really appreciate your help, i am in troubles with this!!! Thank you very much Daniel

Dear, i see you have post question in support forum, our support team will see detail to help you.

Best regards.

Hello, i will like to set up a field with the submit button for the people enter their zip code, then if the zip code is true, redirect to a page, if the zip code is wrong, display a message. Is this possible?. i have a list of 19 zip codes.

let clear the idea. I have a list of 19 zip codes that are right, and i want to have a text field with a submit botton where people can write a zip code, If the zip code is correct then i redirect then to a different page, if its incorrect then a message.

Dear. for your problem. please setting with steps:

1. go to edit form setting ‘Successful submit settings’ change ‘On successful submit’ to display message and show message when error zip code, example change message to ‘Error zip code. Please enter zip code correctly’

2. go to file {your theme}/functions.php and add custom code to ‘validate’ zip code. Please change variable in custom code to your value:
function dh_validate_zip_code_custom($form_id){
//default your zip code
$zipcodes = array('zipcode1','zipcode2');
//check form POST zip code. example zip code field name [my_zipcode]
if(isset($_POST['my_zipcode']) && in_array($_POST['my_zipcode'], $zipcodes )){
wp_redirect('redirect to your url');
}
return;
}
add_action('dhvc_form_after_processor', 'dh_validate_zip_code_custom',10,1);

NOTE: this custom code NOT work with AJAX FORM, please use normal form submit.

If after add custom code your problem not resolved, please contact with our support on Support forum

Best regards.

Hello,

I have a quick question. I bought and installed this plugin yesterday night then I can’t find ‘Forms’ menu in WP dash board at all. What is going on?

Thanks.

Dear, please kindly contact with our support team on Support forum they’re will check details to help you.

Best regards.

Hi.. Just purchased the plug-in.. Looks great so far. Need your help with conditional logic. Can you please provide some documentation!!

I’m specifically looking for details on conditional with ratings. So if user rates less than X stars, conditional logic opens up a text box.

Thanks..

Dear, in Rate field when create short code, you can see value of each option, you can use Value in Conditional Logic:

the submit button text has a shadow, how do i remove it?

Dear, please give me for me your problem URL, i will check detail to help you.

Best regards.

Is it possible to build a search form and search on categories?

Dear, the plugin not support build a search form and search on categories. Thanks !

hello. I created a form and it is working great on browsers but there seems to be an issue with the rating component on ipad. if i select a rate on first label, and then go to next label and select rate there, the first rate disappears.

Dear, please give for me your problem URL, i will check detail to help you.

my URL is www.capitalfinancecompany.com. You need to check it on Ipad or Iphone, when I click on a rating star, and then go to the next rating element, the first one disappears. Thanks

Dear, I have check your site with Iphone 5s. i see it still working, please check your site again.

Best regards.

Hi, Is this plugin multi-site compatible?

Yes, the plugin multi-site compatible, if you have any questions, please contact with our support team on Suport forum

Best regards.

Sorry to double post so quickly, but text is still not sending. However the upload file will not send files to me. Any help greatly appreciated

Dear, please kindly give for me your form URL, i will check details to help you.

Best regards.

http://absolute-assurance.com/careers/

Thank you. Everything seems to send but the file upload (Even a simple jpg)

Dear, i see your site use form AJAX upload, sorry, the form not support upload file with AJAX upload, the form only support upload file with normal form submit, please un-check ‘Use form ajax’ and check again. if your form still not working, please kindly contact with our support team in Support forum they’re always ready to help you.

best regards.

Hi there, I purchased this plugin but when I use the form and use the “form text” or “text area” after inputting information. The info does not get emailed to me?

Could you please let me know what I am doing wrong, or how to fix this?

Thanks

Hi, Great plugin… I have a question: DHVC Form is compatible with MyMail plugin? Thanks.

Thank you for reply. Is there any chance in the near future the plugin is compatible with MyMail plugin? It would be great considering the fact that I have more than 2000 subscribers and Mailpoet costs are very high.

Yes, we’ll soon release new version to compatible with MyMail.

Best regards.

Thank you very much. I look forward! Great plugin!!!

good night , I’m having the following error: Fatal error: Allowed memory size of 134217728 bytes exhausted ( tried to allocate 47698 bytes) in / home / framefotovideo / www / wp -content / plugins / naughtyrobot -core / visual -composer / templates . php on line in 1638 as I like to proceed ???

Dear , this problem in memory of your sever, please change memory size your hosting to> 250 Mb, you can contact with your web host to hel you change it

Hello good afternoon , I installed the plugin and time to edit the form can not display the visual composer . I believe this with any errors. How can I solve this problem ?

Dear, after create form, you can use form short code to display the form, example copy and paste DHVC form short code to VC Text Block short code.

Best regards.

Hello, I need to export the entries in .csv or .xlsx, how do?

Dear, in Entries menu, you can use select ‘Filter by form to export’ to export entries by form.

Best regards.

I am using your DHVC Form Builder plugin with the Total Wordpress Theme, which comes with Visual Composer. When your plugin is activated it is not showing the VC editing tools. I go into VC settings and enable all shortcodes, however I don’t see DHVC Forms anywhere. Also, when the plugin is activated is messes up other plugins so that they do not have VC capability, even though they are enabled as well, When I de-activate your plugin, the other plugins work fine with VC. I have sent a support ticket to the Total Theme developer and he ftp’d in and here is what he reported:

“So just to be 100% sure before messing around I de-activated the forms plugin and the Visual Composer started working again for Templatera – attached screenshot (i’ve re-enabled it now though). The plugin must be incorrectly updating the wpb_js_content_types database option or hooking into the vc_editor_set_post_types incorrectly.”

Below is my purchase code for the plugin so you know that I bought it through Envato. Purchase codes

my website is: http://utahbehaviorservices.com/

I can send ftp info if needed.

Can you help me with this please? Thank you, Wendy

Dear, If DHVC Short code not show in VC short code popup. please go to Visual Composer settings page and check ‘User group access rules’ and add access for DHVC Form short code. if after check VC setting, short code still not show, please kindly contact with our support team on Support forum.

Best regards.

As stated in my submission, I said that the DHVC shortcodes did not show up in the VC settings, so I could not change the access. I did try to submit this request for help through your support forum first, but your form does not work. I tried twice and both times it failed to send. Today I did receive notice of an update. I installed the update and that took care of the problem.

If you can not use Support Forum, please kindly send for me your problem via contact form in Profile

Great looking plugin! Can an extended license be bundled with a theme?

Yes. If you want to use the DHVC Form in your Theme please purchase 1 extended license for each theme you put on the marketplace! If you have questions about this agreement please contact us.

Great thanks! I just wanted to make sure before buying it and testing it out. The plugins looks really good – nice concept ;)

Thank you ;)

Hi, How do I change the form label’s font? It is using a font completely different to any others set for the site, and I can’t figure out how I set the font for the labels… Please help!

Dear, please give for me your form url. i’ll check detail to help you.

Dear, you can add custom CSS on your site to change font family, example:

.dhvc-form-group .dhvc-form-label, .dhvc-form-group label {
    font-family: arial;
}

Please, does your form builder sync with madmimi?

Dear, i do not understand your problem, please kindly tell for me more details ?

well.. I regret it’s still not working on my site. I did what you said, username-password and tired to change all options but can’t login.

Dear, i see you change form filed label, not change form field name to ‘username’ and ‘password’ i check your form still use field name ‘user_login’ and ‘user_password’. Please check again.

Also, you can copy login form content short code in document and paste to your login form.

Best regards.

If I use this plugin to create more fields for my register form is there a way to save the information to the users wordpress & woocommerce account?

Dear, in current version not support you do it, we’ll add it in next version.

Best regards.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey