Hello @deepakarp !
Hope you’re doing well today!
In order to assist you, we’ll need to take a closer look at the form you’ve created.
How to export: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export
After exporting, please share the code using a service such as https://pastebin.com (free)
Please always make sure to use such service to share the code and don’t post the code here directly as it will most likely be unusable.
Kind regards,
Pawel
Hii Pawel,
I am sharing Form code on Pastebin.com
Car Form Code
Please have a look
HI @deepakarp
Thanks for sharing the form!
For the “Daily Pass” and “Daily pass discount” payments in Stripe settings you have condition based on “Payment option” button.
The “Daily Pass” is set to be used if “Payment option” is “10”. The “Daily pass discount” is set to be used also if “Payment option” is “10” and additionally if two other conditions are met.
With current conditions if “Payment option” is set to “10” and those other conditions are met both payment plans should be used which is not possible. Stripe will use the first one “in order” due to condition.
In other words, you select “Payment option” and if it’s “10” the first payment plan that meets this condition is used. No further check so the rest is ignored.
You would need to add “negative” condition to the first plan – the “Daily Pass” so it would not be used if there is coupon code; like
Process this plain if ALL of the following conditions are met, with conditions
– Payment Option is 10
– Have Coupon? is not 0.2
Similar change should also be made to the “Multi Days Pass” and “Multi Days Discount” plans.
Best regards,
Adam
Hello @deepakarp ,
We haven’t heard from you for a while now, so it looks like you don’t have more questions for us.
Feel free to re-open this ticket if needed.
Kind regards
Kasia