I am trying to use the Go To URL action for after my signup form has been submitted. I can get this working with a fixed URL, but I want to add a parameter to the URL based on the user input in the form, eg:
https://example.com/process?email={{ person.email }}
I’ve tried using the syntax from a flow for this, but it doesn’t get substituted. Is there a way to use values that the user has submitted in the destination URL?
Thanks
David