> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/form-trigger.md).

# Collect a form submission in Duaer

In Duaer, Duaer Form Trigger builds a web form. A submission starts the digital organization, and the fields show up on the node output.
## Build the form and try it

1. Add Duaer Form Trigger as the first node.
2. Set Form Title and add the questions under Form Elements.
3. Open the test form URL on the node, fill it in, and submit.
4. The output is that submission. Connect the next nodes after it.

Respond When defaults to Form Is Submitted, so the person sees a completion page immediately. Choose Workflow Finishes to wait until later nodes end. Choose Using 'Respond to Webhook' Node when you want to write the reply yourself.

The production form URL is the one other people keep using, and it needs a publish. Refer to [Save and publish a digital organization in Duaer](/build/save-and-publish.md).
## Questions

### Does a Duaer production form start the digital organization before you publish?

No. Use the test form on the node until you publish. The production form URL accepts submissions after that.

