How would you do this with Formidable Forms…
This is for a cattle breed registry.
1. I want a user to fill out a registration application form.
2. They can choose to register another animal or proceed to Checkout Form
3. If they decide to register another animal, the quantity and total price should increase on the checkout form
I want them to be able to fill out as many cattle registration applications as they want, but each one increases the quantity on the checkout page.
My immediate thought was repeater fields on the checkout page with the registration application form embedded. But you can’t have embedded forms in repeater fields.
Then I thought I’d embed the registration application form on multiple pages and use conditional logic to direct people to the next page (to register another animal) or the final checkout page (counting the quantity of forms would be easy with this). BUT you can’t embed a form in a form more than once.
I like the idea of the cattle registration application form being a different form (not just using repeater fields in checkout form) so cattle data can be easier to manipulate in views.
I'm stumped...How would you work through this logic?
Thank you! That's along the lines of what I was thinking.
What if the user logs in again and submits new forms that day, I don't want the cart function to add up all of their previous forms, just the ones that are unpaid.
I thought of having a hidden "paid" or "unpaid" field on the cattle registration form. But ideally I don't want an admin to have to login and change the status.
It definitely gets more complicated at that point. How is a payment processed? If done digitally, maybe some sort of hook/function can be built to change field values automatically. If not, then manual interaction would be required. You can then get stats for a field where another field has specific values with: https://formidableforms.com/knowledgebase/add-field-totals-and-statistics/#kb-field-filters
Please login or Register to submit your answer