Not sure exactly what you're trying to achieve, but you can redirect:
https://docs.astro.build/en/guides/routing/#dynamic-redirects
#pass a URL to another component
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
Not sure exactly what you're trying to achieve, but you can redirect:
https://docs.astro.build/en/guides/routing/#dynamic-redirects
I want to get the submitted URL to another page.
You can setup an endpoint that your form submits to and then redirect.
https://docs.astro.build/en/guides/endpoints/#redirects