Skip to main content

I need a guidance on the fluent form

I have few questions for the experts please.

  1. Is it possible to dynamically attach pricing to form fields using conditional logic based on user selections?
  2. Can transportation fees be calculated conditionally for instance, based on the user’s inputed address/location/venue?
  3. Once all logic-based calculations are completed within the form, can the calculated total be automatically passed to the Stripe payment field for processing?
  4. 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

Taylor Drayson

  1. You can assign calc values to select fields for example which can then be used to calculate a custom payment amount.
  2. No, not possible
  3. Yes if you use the custom payment amount field
  4. 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