[THIS IS NOT A BUMP]
I apologize, but I would just like to say that we were very desperate, so we ended up creating our own work around and added the below JS code:
jQuery( document ).ready(function() {
jQuery( '.vfb-submit' ).click(function() {
setTimeout(
function()
{
if(jQuery('.vfb-error').is(':visible')) {
//Do nothing
}
else {
jQuery('.vfb-submit').prop("disabled",true);
jQuery('.vfb-submit').prop("value","Please wait...");
jQuery('.vfb-submit').css("background","#999");
}
}, 500);
});
});
But we are still hopeful there will be a fix released coming from the plugin.
Thanks!
-
This reply was modified 8 years ago by
thefriendlancer. Reason: edited code
Hi @thefriendlancer,
This is actually available in VFB Pro. Glad you found a work around!
I am having a similar issue with the submit button being clickable while files are getting uploaded. Where would this script get put in to ensure they can only upload once(we have had extreme circumstances of 20 + applications due to file size and time to upload them.)
I also have the pro version and do not see an option to change anything with the submit button other than CSS/Layout/ and name of field.
@kitchencraftcookware – we have moved on with this issue and replaced the plugin with another plugin. but to answer your question, you can hook to https://codex.ww.wp.xz.cn/Plugin_API/Action_Reference/wp_footer
on submit button there is no action, before 10days it is working fine except file upload where files are not shown in emails
Actually my requirement is on submit the form details should be sent to concerned person with a confirmation mail to the user.
Most importantly i want the file that is uploaded need to be collected on visual form dashboard. and in the form of email.
can we have 2 forms on the same page with two different buttons for 2 different forms. is it possible in VFB.????
Where i want the user to upload doc. In one form and and videos in another form.
is it possible for uploading videos files in the form where we can collect it in our VFB dashboard.
I am using free version of VFB