wordpress plugin - Upload progress bar on contact form 7 -


i have friend has website , has clients uploading big files contact form time. form not percentage of upload, people go away cause think website blocked. contact form url

http://www.smalllinks.com/68g7

the way avoid build contact form has upload progress bar. programmed website in wordpress , have used contact form 7 (which hooked plugin database unfortunately cannot change). have looked on net make little hack form , have found fix

https://wordpress.org/support/topic/how-to-add-progress-bar-in-file-upload-on-submit-form

but unfortunately not seem work on current contact form 7 plugin (i think folder structure changed.

anybody kindly me find quick solution it? small hack or something? need progress bar upload.

thanks lot

cheers

the instructions in link provided still work minor modifications step 1...

in /wp-content/plugins/contact-form-7/includes/contact-form.php after:

$html .= '</form>';

add:

$html .= '<div id="progressbox"><div id="progressbar"></div ><div id="statustxt">0%</div ></div><div id="output2"></div>';

follow rest of instructions , should go. got work cf7 version 4.1.2.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -