Modify
Change a form's own settings. From the form's overview page, click Modify. A Module Form's Modify panel is built on the same underlying schema as Module Overview's Modify -- Grid Display, Table Schema, and API Info work identically -- with two form-specific additions: Email Options and Relationships.

Email Options
Get notified when someone submits the form.

Customizing the email template
The form's own template is reused for the notification email, so keep a few things in mind if you want that email to look right:
- Give the submit input
type="submit"-- otherwise the submit button itself shows up in the email body. - Input values are converted to
<p>input value</p>in the generated email. - For more layout control, build the form's fields inside an HTML table.
Table Schema
Add, edit, or remove the fields a submission can have -- identical to Module Overview's Table Schema.
Relationships
Relate this form's entries to another module.

API Info
Connection details for reading this form's submissions via the REST API -- identical to Module Overview's API Info.
Advanced Options
Most of this section matches Module Overview's Advanced Options (Custom Icon, Geo-Coded Fields, Field Name to use in URL, Error Document, Asset Fields, Post Processing, Export/Delete), plus a few fields specific to public-facing forms:
