On page one, there is a submit button that, when clicked, should enable a router link to navigate to page two. If the button is not clicked, the router link should remain disabled.
I attempted to disable the event, but it did not work.
Page Two
There is a submit button on page one that, when clicked, should enable a router link to go to page two. If the button is not clicked, the router link should be disabled.