dominikform
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] 2 Stripe buttons in one formThank you very much for great solution!
Forum: Plugins
In reply to: [Contact Form 7] 2 Stripe buttons in one formThis could be solution, I will test it. Thank you!
Forum: Plugins
In reply to: [Contact Form 7] 2 Stripe buttons in one formThank you! Is any way how to change price on button when form is loaded?
Forum: Plugins
In reply to: [Contact Form 7] 2 Stripe buttons in one formI have it this, because I use conditional fields:
<label> Your name [text* your-name autocomplete:name] </label> <label> Your email [email* your-email autocomplete:email] </label> [checkbox checkbox-126 id:box use_label_element "yes, i want to"] [group chci] [stripe currency:CZK amount:15000 "Zaplatit 150 K?" "Odeslat 150 K?"] [/group] [group nechci] [stripe currency:CZK amount:1500 "Zaplatit 15 K?" "Odeslat 15 K?"] [/group]
But when I remove it, it shows same result, only first button is working:
<label> Your name [text* your-name autocomplete:name] </label> <label> Your email [email* your-email autocomplete:email] </label> [stripe currency:CZK amount:15000 "Zaplatit 150 K?" "Odeslat 150 K?"] [stripe currency:CZK amount:1500 "Zaplatit 15 K?" "Odeslat 15 K?"]
Forum: Plugins
In reply to: [Contact Form 7] 2 Stripe buttons in one formhttps://vedeckareklama.cz/?page_id=69
Please play with checkbox at end of form. I want visitor to use checkbox and on true or false show him right button. Or change value on button but once it is already initialized with payment_intent, then 2 buttons would be easier.
Forum: Plugins
In reply to: [Contact Form 7] Stripe Integration Part1Thank you for confirmation, it is working. I had to disable one plugin.
Forum: Plugins
In reply to: [Contact Form 7] Stripe Integration Part1Hello,
I also went through integration manual, added API keys and added [stripe] in form, but I only see 2 buttons. It seems that Stripe is not activated, although I see Stripe is active in admin.
Please, advise me.
Dominik