Why is my form submit button not clicking?
I’m new to NextJs and I’m working on an ecommerce project. I have a checkout page that requests delivery info, which has a button that when clicked displays a form in a modal display. Whenever I click on the submit button, nothing happens, its almost like the form isn’t recognizes my button click.
Update name based on selected id with nextjs typescript
I am trying to populate the name field dynamically based on whatever employeeid is selected but i seem to have missed a step (or a couple)