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
-
Content tab
- 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. - Email field
Select from the list of fields within your form's HTML which field corresponds to the user's email address. - 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. - 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. - 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. -
Registrants tab
This tab is only available with the Registrants module. - 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. -
Notification email
These settings allow you to have a notification email sent internally everytime a user successfully submits the form. - Receive notification
Select this checkbox to activate the notification email feature. - To address(es)*
Enter the email address you wish your email notification to be sent to. - CC address(es)*
To send a carbon copy of the notification email enter an email address here. - BCC address(es)*
To send a blind carbon copy of the notification email enter an email address here. - Notification subject
Enter the subject of the notification email. - 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,'. - Fields available
This is a list of the field names which you can embed within your message. -
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. - Send confirmation
Select this checkbox to activate the confirmation email feature. - 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. - 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. - Confirmation subject
Enter a subject for the email. - 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,'. - 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".