XMod's Form View module provides an easy way to leverage the flexibility of XMod's forms to create feedback or user input forms. These are forms that are presented directly to website visitors and you use it much as you would DNN"s built-in feedback form. Of course, the XMod feedback form is much more powerful
1) Create any form you want, using XMod's Form Controls.
2) Choose to save the data to the database or discard it.
3) Have the results sent to your email, the user's email, or other email addresses you specify.
4) Redirect the user after form submission.
To use the FormView module, make sure you've installed it. Then, add it to a tab as you would any other module. If you've already created some forms, you can assign one of them to the module by selecting "Configure XMod Module" from the Actions menu. You can also create new forms by choosing "Manage Forms" from the Actions menu. Note, these items are only available to Admin-type roles.
In addition to the standard form control tags, you'll want to read-up on the <redirect> and <email> tags. These will allow you to send the data via email, save or not save the data to the database, redirect the user to a different page, and even POST the results to a separate URL for additional processing.