How do I accept a Custom Form with $0 / FREE payment amount?

I have an event with configurable specifications. Some attendees will be $25 and others will be FREE.

What do I need to do to configure $0 amount form submission?

Thanks,
Shannon

Hi @shannonlynd, You can use 2 forms for booking: a paid one and a free one. To implement this, you need to set the price with the required amount ($25) for the event and render relevant form depending on the specified condition.

Hi @Irene, so are you saying that in the “free” form setup you would include the ‘Accept Event Subscription’ field but not the ‘Accept Payment’ field in the form builder and it’ll still register the user to the Event but not require payment?

@Adam.Wilson yes, I checked this flow yesterday, it works.

That’s awesome. I wouldn’t have thought to try this. :+1:

Ok, it appears that the Treepl team has already implemented Free Payments.
When I added my payment fields, there is now a payment type labeled “Free Payment”. This works as long as the paymentAmount is set to zero.

Woohoo!

@shannonlynd so you managed to achieve this using just one form?

Yes, using JavaScript.

I have a couple of checkboxes to determine the fee.
Then I change the payment type to FREE if the amount is zero.

1 Like