N8N HTML Form - under input data collect

Hey @herrT15,

Welcome to the community :tada:

You would need to have 2 webhooks in your workflow one as a GET to return your HTML and the second as a POST to submit the data based on the users input. You would need to build the submit logic into your form if you wanted to do more than display a “workflow has started” message.

You could try the form trigger community node as well which might do what you are after.