- Examining the Contact Form on the Trial Site
- Accessing Form Data in the Dashboard of the Admin Console
- Understanding Workflows
- Editing Web Forms
- Adding Web Forms to Web Pages in Dreamweaver
- Using the Module Manager to Insert Web Form Module Tags
- Creating Web Forms with the Web Form Builder
- Adding Web Forms to Pages with the 1-Click Insert Menu
- Overview of Working with Web Forms
Overview of Working with Web Forms
Web forms are an integral feature used in Business Catalyst sites to gather customer data and track site activity. Web-form elements can be customized to capture the specific data that's related to your client's business. You can also update the appearance of forms (using standard HTML and CSS code) and control how the forms behave behind the scenes to ensure your clients receive the submitted form data.
Adding e-mail and SMS notification to web-form functionality
If you want to configure a custom workflow notification system, configure the work-flows first, before building and inserting web forms:
- Set up user accounts for your clients.
- Create the roles for different sets of users.
- Add and configure the workflows to define who receives notification messages when a form submission is received.
- Apply the workflow to the web forms as you build them.
In Chapter 7, "Understanding Customer Management and the Site's Database," you'll learn more about how to manage users, access customer data, and customize workflows.
Inserting web forms on pages of the site
After building a web form, you must insert it on a page and publish the page to make it available on the live site. Remember to add a link to the form page to make it easy for visitors to access it.
You'll follow three general workflows when working with web forms.
1: Build the web form first and then create and style the page that will display it
- Build the web form in the Web Form Builder.
- Create a page using Dreamweaver.
- Use the Business Catalyst panel to insert the web form as HTML.
- Edit the source code of the page and style the form with CSS using the editing tools provided in Dreamweaver.
- Upload (put) the page to publish it to the live site.
2: Build the web form and then create the page that will display it—without styling the form
- Build the web form in the Web Form Builder.
- Create a page using the Website section of the Admin Console.
- Use the Module Manager to insert the web form as either HTML or as a module tag.
- Save and publish the page to make it available on the live site.
3: Create the page first and then build the web form
- Create the page using either Dreamweaver or the Admin Console.
- Build the web form in the Web Form Builder.
- Use the 1-Click Insert menu to insert the form on the page as HTML.
- Save and publish the page to upload it to the live site.
Updating the appearance and behavior of forms
After publishing the page that contains a form, always visit the live site and test the form. If you inserted the form as HTML, you can use the CSS Styles panel in Dreamweaver to style the form elements.
If you need to change the form elements after previously inserting the form on a page, update the form in the Web Form Builder. Then, edit the page in either Dreamweaver or the Admin Console to delete and reinsert the HTML code.
Remember, if you're using the Module Manager to insert the web form as a module, you can update the form elements in the Web Form Builder and the form is updated on pages automatically. However, you cannot access the source code to style the form if you insert the web form with a module tag.
Related Links
Adding CAPTCHA to Web Forms: |
|
Capturing Leads and Closing Sales: |