On admiring-carson-42ff06 I am trying to have a netlify form direct you to a separate thank you page based on which radio button the user selected by updating the form’s action
attribute.
Doing this results in the generic form submission screen. However, by simply accessing the same URL the correct page renders.
Is it possible to update the action attribute on the client and have netlify direct the user to the proper page?