0

The Form content type

The form content type provides a simple way to add forms to the body of your page. Form submissions can be set to send a notification email to yourself, a confirmation email to the client, and even to automatically insert the client's details into the Registrants table*

*Requires the registration module. This is part of the promote package.

Content type form fields

  1. Content tab

    1. Form HTML
      Enter the HTML of the form to appear on the page of your website. To get you started why not copy and paste one of our sample forms and remove or update the fields to your liking.
      The following 4 options will not be displayed until the Form HTML has been saved.
    2. Email field
      Select from the list of fields within your form's HTML which field corresponds to the user's email address.
    3. First name field
      Select from the list of fields within your form's HTML which field corresponds to the user's first name. If only a single field is used to capture the user's full name then select it here.
    4. Last name field
      Select from the list of fields within your form's HTML which field corresponds to the user's last name. If only a single field is used to capture the user's full name then leave this blank.
    5. Form target
      Select the page you wish to load once the user successfully submits the form. A common approach is to create a thank you page, as a sub-page to the form's page, containing information directing the user on through your site.
  2. Registrants tab

    This tab is only available with the Registrants module.
    1. Group assignment
      By selecting a registrant group from this option all successful form submissions will be added to the registrants component and assigned to the specified group. The values of the fields specified by the Email, First name, and Last name fields will be used to populate the registrant's data.
  3. Notification email

    These settings allow you to have a notification email sent internally everytime a user successfully submits the form.
    1. Receive notification
      Select this checkbox to activate the notification email feature.
    2. To address(es)*
      Enter the email address you wish your email notification to be sent to.
    3. CC address(es)*
      To send a carbon copy of the notification email enter an email address here.
    4. BCC address(es)*
      To send a blind carbon copy of the notification email enter an email address here.
    5. Notification subject
      Enter the subject of the notification email.
    6. Notification message
      Enter the message to be sent within the email. You can embed the submitted value of a field within the message by entering the field name, encapsulated within square breackets, I.e. [first_name]. For example, 'Dear [first_name] [last_name],' would output 'Dear Steve Jones,'.
    7. Fields available
      This is a list of the field names which you can embed within your message.
  4. Confirmation email

    These settings allow you to have a confirmation email sent to the user when they successfully submit the form. This feature is only available once the Form HTML field is populated and an Email field selected on the Content tab.
    1. Send confirmation
      Select this checkbox to activate the confirmation email feature. 
    2. From address
      Enter an email address to be displayed as the emails from/reply to address. If left blank the site's default email address will be used, as set in the Sites component.
    3. From name
      Enter the name from which the email should be sent. If left blank then site's name will be used, as set in the Sites component.
    4. Confirmation subject
      Enter a subject for the email.
    5. Confirmation message
      Enter the message to be sent within the email. You can embed the submitted value of a field within your message by entering the field name, encapsulated within square breackets, I.e. [first_name]. For example, 'Dear [first_name] [last_name],' would output 'Dear Steve Jones,'.
    6. Fields available
      This is a list of the field names which you can embed within your message.

* Send to multiple addresses using a space delimited string. I.e. "email@omcore.net email2@omcore.net".

0 comments

Post is closed for comments.