Hi,
Just wanted to check I could add several emails in the drop down options in a select field but with a department label showing instead of the designated email its related to.
i.e select support on the select form and hidden from the user will be [email protected]
Nice plugin dude!
Cheers
Alex
https://www.ads-software.com/plugins/visual-form-builder-magic/
]]>Hi There,
We just started using the product and so far its very good, but we have a question is there some code or a way we can have it skip the form if the logged in user has already filled it out.
For example they click on a link that takes them to the form, then after they click to continue to the page they wanted. We would like it to just go straight to the page they wanted if they filled it out already or at least re-direct them to the page they wanted.
Is this possible and if so can you please give us an example of how we could do it.
Thanks so much for your help,
Andrew
https://www.ads-software.com/plugins/visual-form-builder-magic/
]]>If you change :
$this->field_table_name = $wpdb->prefix . 'visual_form_builder_fields';
to:
if(is_plugin_active('visual-form-builder-pro/visual-form-builder-pro.php')) {
$this->field_table_name = $wpdb->prefix . 'vfb_pro_fields';
} else {
$this->field_table_name = $wpdb->prefix . 'visual_form_builder_fields';
}
your plugin will work for the Pro version as well.
https://www.ads-software.com/plugins/visual-form-builder-magic/
]]>Hey
I was wondering if the plug does not work any more because I cannot drag anything to a form.
thanks, awesome plug
https://www.ads-software.com/plugins/visual-form-builder-magic/
]]>Hello, how can i change the background colour ore the font colour of the contactform?
thank you
https://www.ads-software.com/extend/plugins/visual-form-builder-magic/
]]>Hi James
I’m a little uncertain I understand your plugin.
I want to use VFB to build a form like the one at https://www.djmartial.com/contact/.
Will your plugin allow me to do this? The visitor will select from a dropdown which ‘department’ he’s trying to contact and from there the form will be sent to the right place?
Thanks,
Todd
https://www.ads-software.com/extend/plugins/visual-form-builder-magic/
]]>