I need a guidance on the fluent form
I have few questions for the experts please.
- Is it possible to dynamically attach pricing to form fields using conditional logic based on user selections?
- Can transportation fees be calculated conditionally for instance, based on the userβs inputed address/location/venue?
- Once all logic-based calculations are completed within the form, can the calculated total be automatically passed to the Stripe payment field for processing?
- Is there a way to implement a percentage-based split payment? For example, allowing users to pay 40% of the total upfront, and then receive an automated reminder or notification to pay the remaining 60% a few days before their scheduled date?
Iβd appreciate your guidance.
Thank you
- You can assign calc values to select fields for example which can then be used to calculate a custom payment amount.
- No, not possible
- Yes if you use the custom payment amount field
- Not natively built in, you can calculate 60% of the total and only have that be paid, however you would need to manually follow up and complete payment for the remaining amount