I’d like to add a "signup’ form on my website that passes thru the users submitted email address to the subsequent external url.
User submits email, and on submit are sent to a url which looks like
https://app.company.co/signup/?email={email}
how to pass the submitted email address into the external url? I know how to link to external url for submit message but unsure how to pass the email address into the url.