tsjippy
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Amount field isn’t recognised / solid amountI fixed the redirect thing.
I did a lot of testing but I could not find why the webhook is not working.
Th webhook works, but it is just not called from mollieForum: Plugins
In reply to: [Mollie for Contact Form 7] Amount field isn’t recognised / solid amountplease give me an account to support you. you can send it to ewaldha hotmail.com
Please also consider supporting me on https://www.harmseninnigeria.nl/helpmee/
- This reply was modified 6 years, 6 months ago by tsjippy.
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Instalation problemsthe only thing I can think of is a non-working webhook because of the multi page form.
I do not support that.Forum: Plugins
In reply to: [Mollie for Contact Form 7] Instalation problemsJe hebt deze plugin daarvoor nodig
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Instalation problemsCan you update to 4.2.4
Can you hit F12 and check the message in the console?
It should say something like “Redirecting to https://www.mollie.com/paymentscreen/”Forum: Plugins
In reply to: [Mollie for Contact Form 7] Instalation problemsthanks solved in version 4.2.3
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Instalation problemsCan enable error logging?
https://wordpress.org/support/article/debugging-in-wordpress/
That should show the actual error
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Amount field isn’t recognised / solid amountYou should go to the mollie environment
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Amount field isn’t recognised / solid amountRegarding your second question:
You can add something to your form:
<input type="amount" name="amount-629" value="56" readonly="readonly" size="10" class="wpcf7-form-control wpcf7-text wpcf7-amount wpcf7-validates-as-required" aria-required="true" aria-invalid="false">Forum: Plugins
In reply to: [Mollie for Contact Form 7] Amount field isn’t recognised / solid amountfixed in version 4.2.1
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Amount field isn’t recognised / solid amountyou are right!
I will check this out.
That does not work either.
But I have disabled theTranslatePress – Language by GET parameter Add-on
plugin, now it works.
Only thing left to do is how to translate the ajax return messages from COntact form 7.
And found a resolution:
add_filter( 'wpcf7_load_js', '__return_false' );But I cannot do that because that blocks loading js, which I need for another plugin.
Any other suggestions?
- This reply was modified 6 years, 6 months ago by tsjippy.
hi, thanks, but it did not help.
But I found out that in Chrome I get this error:
jquery.js?ver=1.12.4-wp:4 POST https://www.harmseninnigeria.nl/wp-json?lang=en/contact-form-7/v1/contact-forms/10/feedback 404
send @ jquery.js?ver=1.12.4-wp:4
ajax @ jquery.js?ver=1.12.4-wp:4
wpcf7.submit @ scripts.js?ver=5.1.4:341
(anonymous) @ scripts.js?ver=5.1.4:56
dispatch @ jquery.js?ver=1.12.4-wp:3
r.handle @ jquery.js?ver=1.12.4-wp:3so I think the correct url should be
https://www.harmseninnigeria.nl/wp-json?/contact-form-7/v1/contact-forms/10/feedback
- This reply was modified 6 years, 6 months ago by tsjippy.
Forum: Plugins
In reply to: [UniqueID for Contact Form 7] PHP Notice in debug modeThanks for pointing this out.
I fixed it.