Breizhtorm / Contact-Form-7-Signature-Addon

An addon to CF7 for adding handwritten signature to Wordpress forms
GNU General Public License v2.0
11 stars 7 forks source link

Have to hit Submit button twice #15

Open cnlumbat opened 3 years ago

cnlumbat commented 3 years ago

I am having trouble with Contact Form 7. I have the Signature Add-on, and I have to hit the “submit” button twice before it will go through. Are there fixes to this problem?

geoffreyarce commented 3 years ago

I am also have this issue, running wordpress version 5.8

ErnstDinkelmann commented 2 years ago

Replace content of specific plugin's folder with version from https://github.com/mifist/Contact-Form-7-Signature-Addon You can check the changes made to the forked version on the repo. I had this issue and the change resolved it.

Uhtredtb commented 2 years ago

@ErnstDinkelmann How to fix this issue please, I download the plugin from your link, and when to upload and activate it on WordPress it causes a Fatal error to activate.

Kindly share a solution, Thanks

Screen Shot 2565-07-29 at 10 29 12
ErnstDinkelmann commented 2 years ago

@bambootb Those two folders it mentions in your error are different. This means you have two locations for the plugin now. You are only supposed to have, so you should aim to replace the plugins files with the ones from that github repo linked.

What I did, was keep the normal plugin installed and activated in wp-admin front-end. Then replaced the entire content (files and folders) of ../wp-content/plugins/contact-form-7-signature-addon/ with the corresponding files and folders from that github repo. In other words, replace the files. You should only have this directory ../wp-content/plugins/contact-form-7-signature-addon/ , not another one.

Please do make a backup first of your ../wp-content/plugins/contact-form-7-signature-addon/ folder, before doing this, so you can undo if things do not work.

Also, if you are not sure exactly what I mean, it's best you find someone that understands. Getting this stuff wrong can cause problems.

Uhtredtb commented 2 years ago

@ErnstDinkelmann Alright got it thanks.