How to convert a URL parameter to a number so that I can pass price into the Typeform for use in the payment slide.
I need to do Part 1 - an application which calculates price based on user answers. Then I want to be able to branch to 2 separate Typeforms using URL parameters to pass the price. Then use a Stripe payment slide for one Typeform that I have branched to and a Paypal payment slide for the other Typeform that I have branched to. (Typeform doesn’t allow both types of payment slides in a single Typeform.)
However, URL parameters are passing data a character not numeric and I need to convert this calculated url passed price information from the original Typeform into numeric for use as price in the 2 branched to forms.
How can I convert a passed URL variable from character to numeric?