Stripe Integration Part2
-
A standard form tag for stripe could be this
[stripe currency:usd amount:700 "Proceed to checkout" "Pay 7 USD"]
another one could be this
[stripe currency:usd amount:1500 "Proceed to checkout" "Pay 15 USD"]
The form template itself is the same, The contactform shortcode is constructed by php when I call a certain wp page due to the usage of shortcode attributes.
My question, can I somehow make this dynamic instead of creating everything twice. Like calling the contactform shortcode together with stripe form-tag-1, another time calling the contactform shortcode with the stripe form-tag-2.
I hope I can make myself clear.
Thanks for your feedback.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Stripe Integration Part2’ is closed to new replies.