Normal http post (zod for validation)
Uses a standard <form> with the action-attribute to post to the same page. Form data is handled in getServerSideProps and feedback is passed through page props.
Uses a standard <form> with the action-attribute to post to the same page. Form data is handled in getServerSideProps and feedback is passed through page props.
getServerSideProps to receive POST data./api-endpoints.