I am trying to pass variables collected in a JotForm submission to my Calendly event like this:
Everything is working fine except that the `invitee_payment_amount` is not updating the price charged on the booking page. I can see the dollar amount being passed in the URL, but it is being overridden by the default amount I have to select when setting up payments for the Event because the minimum price must be at least $0.50.
Is there a way to ensure that the price gets passed down to the event so that I am collecting the correct amount?

