Redirect with query string using radio buttons

This is simply a form to choose monthly vs annual billing with a redirect and a query string. The radio buttons are set up
label=$400 value=month
label=$5000 value=year
Pass Field Data via Query String is
id=m8rmcu&freq={freq:1}
As you can see in the screenshot, the label is being passed instead of the value.
How do I pass the value from the radio button?
Screenshot 2025-03-27 at 2.05.19 PM

Sounds like you’re looking for the :value modifier on your Radio Button merge tag (e.g. {freq:1:value}).

More details here:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.