-
Notifications
You must be signed in to change notification settings - Fork 0
Form builder
coreframework edited this page Sep 7, 2011
·
5 revisions
The Forms module allows to create web forms and publish them on the website.
After module's installation 2 sections will be available in Control Panel:
-
Forms -
Forms Answers
Forms management allows to create and manage forms, setup permissions. Each form contains the list of elements with specific type:
-
TextBox -
TextArea -
Dropdown list -
Radio Buttons -
Checkbox -
Text field -
Captcha
The form element has title, type, possible values (drop-down list, radio buttons), validation regular expression, max length:

This management contains the list of available form widgets and form's results (if option "Save data" checked).
Module provides Forms Builder widget. The widget allows to add any form to the page and track form's submits. Form's data can be stored in database or/and sent to the specific email.

-
Title: form's title -
Form: available form to display on the page -
Send email option: defines whether form's results will be sent to specific email -
Sender's email -
Save data option: defines whether form's results will be save to database
Widget example:
