Skip to content
coreframework edited this page Sep 7, 2011 · 5 revisions

Overview

The Forms module allows to create web forms and publish them on the website.

Features

After module's installation 2 sections will be available in Control Panel:

  • Forms
    
  • Forms Answers
    

Forms management

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:

new element

Forms answers

This management contains the list of available form widgets and form's results (if option "Save data" checked).

Widgets

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.

Widget Settings

form widget settings

  1. Title: form's title
    
  2. Form: available form to display on the page
    
  3. Send email option: defines whether form's results will be sent to specific email
    
  4. Sender's email
    
  5. Save data option: defines whether  form's results will be save to database
    

Widget example:

contact us form

Clone this wiki locally