Next.js Discord

Discord Forum

programatically submit form

Unanswered
Istrian Coarse-haired Hound posted this in #help-forum
Open in Discord
Istrian Coarse-haired HoundOP
How can I submit a form programmatically in Next JS ?

2 Replies

Tonkinese
You create a form, then you have a submit form handler function that will get the form info and then do with it whats necessery .For example i have a form that the users are filling and when they submit it , my handler sends this info for verification,and if it passes all securitu checks then my api sends this info to my email using mailgun email service
I do believe that asking this the chatGPT ,it will give you pretty good example