Difference between revisions of "Web Forms"

From AgileApps Support Wiki
imported>Aeric
 
 
(196 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Designer > Data & Presentation > Objects > {object} > Web Forms'''
'''[[File:GearIcon.png]] > Channels > Web Form'''<br>
'''[[File:GearIcon.png]] > Customization > Objects > {object} > Web Forms'''


When you create a Web Form you can use it on on your corporate website, your intranet, or even a blog, and use it plug visitor data directly into a platform application.   
==About Web Forms==
A ''Web Form'' is a collection of fields a user can fill in on another site, after which data is sent to the platform. You put a Web Form on your corporate website, intranet, or blog. You can generate a form that is ready to copy and customize, or let the platform host the form, so only need to provide a link to it on your site or in an email.   


==Using Web Forms==
===How Web Forms Work===
A Web Form is part of an [[Object]]. You generate a Web Form, put it on your site, and when the user enters data, a record is created in that Object. (No database code needed!) An auto-response and/or an email can be delivered to let the user know that the data was received.


In the Web Form, you specify the input fields you want to embed in an HTML page. You put the resulting form into the page, and that page is dynamically linked to your application.
{{Note|A Web Form lets your clients add records to platform objects, without having a login ID. For platform users, on the other hand, you can also use a URL to [[Prefill Form Fields]] in a standard [[Form]].}}


:[[File:Webform-preview.gif|frame|Generated Web Form]]
===Error Handling===
In your web form, you identify fields that are required. If any information is missing when the user clicks Submit, the error is handled in the form: A message
is displayed, and the fields that are missing values are highlighted. Nothing goes to the platform server until all required information is present.


Fields in the Web Form are automatically validated according to the rules defined by the application, and you can generate an auto-response to the person submitting the form (using JavaScript), or redirect them to a specific URL using HTML. You can also notify designated members of your team that someone has submitted the web form.  
Other errors can occur during "backend" processing on the server. For example, a validation error could occur, for example, if a zip code is greater than 99999.


Just follow the steps in the Web Form wizard to design and preview the form layout and begin collecting information.
By default, such messages are delivered to the user on the first tab of the web form header.
 
===Successful Submission===
After successfully submitting data, the user goes to either a page you specify, or to a plain page that acknowledges receipt of the data. (From there, the '''[Return]''' button goes back to the original data entry form--so specifying a destination page of your own is almost always a good idea.)
 
===Types of Web Forms===
 
There are two types of web forms you can generate:
:* '''Linked Form''' (also known as a "Case Form Link" or a "Form Layout")
::: This is the easiest kind of Web Form to use.
::: To create it, you choose from a list of [[Form]]s that have been previously created on the platform.
::::* You can choose either the default form, or a form that was created using the interactive Form Builder.
::::* The form is hosted on the platform. You need only link to it from your web page.
::: With this option, the fields to include are chosen when you design the form. A link to the Form is generated for inclusion in your web page. The platform does all of the processing and error handling.
 
:* '''Customizable HTML''' (also known as "Generated HTML")
::: A complete form is generated in HTML code.
::::* You specify which fields to include in the form, put them into the order you want, and specify which are required.
::::* You then copy the generated HTML into your page, customizing it in whatever manner you want.
::: With this option, you can:
::::* Take control of the CSS styling.
::::* Change the layout (for example, to create two columns of fields)
::::* Change the label of the Submit button. (The default text is "Submit".)
::::* Take control of the error handling.<br>'''Note''': Error handling requires an experienced web designer. To make it work, you get the error page back as data, parse the page to identify the error(s), and then manage the way in which those errors are displayed. It's unlikely that you'll want to go that far, but the capacity is there, if you need it.
::: Website security:
::::* When a user is using unsecured website, the HTML generated after creating a generated HTML webform will load all the built-in CSS.
::::* When a user is using secured website, the HTML generated after creating a generated HTML webform will not load the CSS as the site is secure. To resolve this, all references in the generated HTML script from ''http'' to ''https'' must be changed to load all the in-built CSS.<br>'''Note''': The user has to manually make the changes in the generated HTML script if they are using the script for a secured website. Refer to the below screenshot for more information.
 
[[File:HTTP_Generated HTML.png|700px]]
 
==Working with Web Forms==
 
{{PermissionRef|Customize Objects|manage Web Forms.}}
 
[[File:Webform-preview.gif|frame|Generated Web Form]]In the Web Form, you specify the input fields you want to embed in an HTML page. You put the resulting form into the page, and that page is dynamically linked to your application.
 
Fields in the Web Form are automatically validated according to the rules defined by the application, and you can generate an auto-response to the person submitting the form, or redirect them to a specific URL. You can also notify designated members of your team that someone has submitted the web form.  


;Considerations:
;Considerations:
* Web Forms can be disabled and enabled in the [[Properties#Object Information|Object Information]] section of the '''Properties''' tab.
:* To create a Web Form, the object must be specified as ''Web-enabled'' in the [[Object Properties]].
* Use [[Assignment Policies]] to automatically assign record ownership and trigger email notifications.
:* Web Forms can be disabled in the [[Object Properties]] by turning off ''Web-enabled''
:* [[Lookup]] fields cannot be selected for use in a Web Form
:* The [[Record Owner]] for a record added by a Web Form can be specified in one of several ways:
:** Specify the Record Owner in the settings you specify when you add or edit a Web Form, shown below.
:* The following fields are not supported in web forms:
:** Multi object lookup
:** Multi select picklist
:** Geo location
:** Rollup summary.
 
{{Warn|<br>Since Web Form data can come from external users, it is more likely to contain ''scripts'', which can wind up being executed when the data is displayed. Scripts that are embedded in data strings can be prevented from executing, however, by ''encoding'' data before it is displayed.<br>''Learn more:'' [[HowTo:Protect Your Users by Ensuring that Data Never Executes as Code]]}}
 
{{Note|When Rich Text Area (RTA) field with the default width of 500 is placed in more than three columns, alignment issues may arise. To resolve this, consider reducing the RTA width to 300.}}


==Best Practices==
===Best Practices===
Here are some pointers to making web forms work for your business.
Here are some pointers to making web forms work for your business.


*Make sure you have a landing page for people to go to after they fill out the form, since in most cases it is their only confirmation that the submission was a success
:*Make sure you have a landing page for people to go to after they fill out the form, since in most cases it is their only confirmation that the submission was a success
*When someone fills in a form, you can automatically email a thank you to them if you include a field of type Email
:*When someone fills in a form, you can automatically email a thank you to them if you include a field of type Email
*Likewise, you can alert a member of your team that someone has filled in the form with a notification - this is great for inquiries that need more interaction
:*Likewise, you can alert a member of your team that someone has filled in the form with a notification - this is great for inquiries that need more interaction
*If you want to fully customize the layout of the form, use HTML snippets instead of the one-line JavaScript as the final format - it gives you more control to layout the form as well as style controls
:*If you want to fully customize the layout of the form, use HTML snippets instead of the one-line JavaScript as the final format - it gives you more control to layout the form as well as style controls
*When using HTML snippets, you'll want to make sure you don't delete any INPUT tags marked HIDDEN or any embedded SCRIPT tags since these are what drive data into your application database
:*When using HTML snippets, you'll want to make sure you don't delete any INPUT tags marked HIDDEN or any embedded SCRIPT tags since these are what drive data into your application database
*If you include an Email field in the form, that object can be one you send email campaigns to - this makes registering for newsletters and other items very easy
:*If you include an Email field in the form, the address can be used to send messages, allowing the user to register for newsletters, announcements, and product updates.
 
===Add or Edit a Web Form===
# Go to '''[[File:GearIcon.png]] > Customization > Objects > {object} > Web Forms'''.
# Click '''[New Web Form]''' or open an existing web form.
# Configure the Web Form settings, described below
#* For Cases and Case Types, use the [[#Cases Web Forms|Cases Web Form Settings]]
#* For other objects, use the [[#Object Web Form Settings|Object Web Form Settings]], which are divided into tabs<br>Click '''[Next]''' at the bottom of each page to move through the tabs sequentially.
# Click '''[Save]''' when done.<br>Either HTML code or a link for the form appears, depending on the type of form you chose, along with a preview.
 
===Cases Web Form Settings===
These settings apply to [[Cases]] and [[Case Types]]. For other objects, see the Object Web Form Settings, below.
<blockquote>
====Form Information====
*'''Title -''' The form name.
*: Used only in the platform. In the list of Web Forms, it appears in the ''Name'' column.
 
*;Description:
*: Optional explanation.
 
*;Show Captcha: Check this box to include a {{^Captcha}} in the web form. For information about enabling the captcha in web form, view the [[Google reCAPTCHA]].<br> (A Captcha displays an image and asks the user to type the text it contains, in order to show that it is a person is filling out the form, rather than an automated "robot".)
 
{{Note| Enabling the captcha on your web forms is an '''important security measure'''. Disabling the captcha is at your discretion and may impact security.}}
 
*;Generate:
*:;Case Form Link:A Form is created and hosted on the platform.<br>A link to it (or a script that accesses it) can be embedded into a web page on your site.
*:::* '''Form -''' Choose the [[Form]] to use
*::: Only Forms that have the "Web Form" property are listed.
*::: ''Learn more:'' [[Form Properties]]
*:::* '''User Profile'''
*:::*: Select the user whose date and currency settings will be used to validate incoming data, to be sure it is in the correct format. (You could create a ''virtual user'' for that purpose, or select an existing user.) 
*:
*:;Customizable HTML:
*:: Generates HTML code that can be embedded into a web page on your site.
*:: You can then modify the layout, or change the label on the button the user clicks to submit the form.
*:::* Select the fields to include in the form, and arrange their order
*:::* Specify which fields are required
 
*;Post Submit URL:Enter the URL of the page the user goes to after the form is submitted. If no URL is specified, a default acknowledgement page is displayed.


With a Web Form, you can collect information from your company web site that directly flows into the platform. The Web Form Wizard helps you generate a customized HTML/JSP (JavaServer Pages) that you can embed into your web site.
====Form Handling====
*;Case Response Template: Select the template to use for case-related communications in this channel. (When an agent records a note that is delivered as an email, this template is used.)


*;Auto Acknowledgement Template: Select the template to use when sending the initial response, telling the submitter that a new case has been created. (This response is sent only when a case is created.)


== Web Form Wizard ==
*;Submitter Email Address Filter:
*:*;Accept Submissions from any Email Address: A new case is always created.
*::*;Create New Contact?: Check this box to automatically create a new [[Contacts]] record when the email address is unrecognized.
*:*;Accept Messages from Existing Contacts only: This option creates a new case only when the submitter's email address matches an existing record:
*:*:* For the [[ServiceDesk application]], the address must match a record in the [[Contacts]] object.
*:*:* For a Dynamic Case Management (DCM) application, three more fields appear to let you specify the field to match against:
*:*:*:* '''Client/Customer Object'''<br>The object which contains the clients (or customers, or contacts) from whom messages are accepted.
*:*:*:* '''Linking Field'''<br>The [[Lookup]] field in the Case that points to a record in that object. (Only Lookup fields which target that object are listed.)
*:*:*:* '''Email Field'''<br>An ''indexed'' email field in that object. (The field value from each record in that object is matched against each incoming email. The field must be indexed, for performance--so only indexed fields are listed.)<br>''Learn more:'' [[Indexes]]
</blockquote>


The wizard walks you through the process to create a web form.
====Personalization[[File:Icon_new.png|40px]]====
This customization setting is applicable only for form layout web forms and not generated HTML web forms. The customization will be applied to all devices including mobile.
* '''Company Logo''': Upload the desired logo that appears at the top left of the web form. Image formats such as JPEG, JPG, GIF, and PNG are supported. The logo file size should be less than '''50 KB'''.<br>
* '''Choose Personalization Type''': You can choose the desired theme or color of the web forms. The select theme or color will be applied to header and tabs of the web forms.
*:* '''Prebuilt Themes''': Select one of the pre-built themes available to quickly and easily apply a visually appealing to the web form.
*:* '''Custom Color''': Select a color that matches your web form's theme. You can also enter HEX color code. For example, you can choose your brand color. The default color of the existing web form will be #1776bf.


[[Image:Webform.gif|none|thumb]]
{{Note|
* The validation messages will appear only at the first tab of the web form.
* The company logo, header color, and theme will be packaged while packaging an application.
* The company logo, header color, and theme will be visible to guest users.}}


==Add a Web Form==
===Object Web Form Settings ===
To launch the web form wizard:  
:{| border="1" cellpadding="5" cellspacing="0"
*Click '''Designer > Data & Presentation >  Objects > {object} > Web Forms'''.
!Tab
*Click the [Add Web Form] button, or open an existing web form. The web form wizard opens.
{| border="1" cellpadding="5" cellspacing="0"
!Steps in the Wizard
!Instructions
!Instructions
|-
|-
|1. Select Fields
|valign="top"| '''Properties''' ||
|
*'''Title -''' The form name.
*Select the field(s) you want to include in the web form from the Fields list. Click the [Next] button.
*: Used only in the platform. In the list of Web Forms, it appears in the ''Name'' column.
 
*'''Type -''' Form Layout or Generated HTML.
:;Form Layout:A Form is created and hosted on the platform.<br>A link to it (or a script that accesses it) can be embedded into a web page on your site.
::* '''Form -''' Choose the [[Form]] to use
::: Only Forms that have the "Web Form" property are listed.
::: ''Learn more:'' [[Form Properties]]
::* '''Submit form as this user -''' Select the [[User]] who will be designated as the (possibly virtual) person submitting the form.
:::The user and the permissions associated with the user's [[Role]] may be used determine field and record visibility, and control the layout of the form, based on the form's [[Layout Rules]].
<!--
::* Specify the label that will appear on the form-submit button.<br>The default label is "Send Request".
-->
 
:'''Generated HTML''':
:: Generates HTML code that can be embedded into a web page on your site.
:: You can then modify the layout, or change the label on the button the user clicks to submit the form.
 
*;Show Captcha: Check this box to include a {{^Captcha}} in the web form.<br> (A Captcha displays an image and asks the user to type the text it contains, in order to show that it is a person is filling out the form, rather than an automated "robot".)
 
*;Users next URL:Enter the URL of the page the user goes to after the form is submitted. If no URL is specified, a default acknowledgement page is displayed.
 
|-
|-
|2. Mark Required Fields||
|valign="top"| '''Select Fields''' ||
*Click the check box next to any field you want to mark as a Required Field. Some fields may be selected automatically. As you click a check box, the field is marked as required in the Preview area. Click the [Next] button.
* This tab becomes active when the form type is '''Generated HTML'''.
:* Move fields to the '''Selected Fields''' list, and arrange them in the order you want.
:: The Preview area shows how the form will look.
:*Click the '''Required''' check box next to fields the user must fill out to submit the form. (Fields that are identified as "Required" in the Default Layout, or marked "Always Required" in the [[Field]] definition are pre-selected automatically.)
::'''''Note:'''''<br>When you select a File Field or an Image Field, the form automatically includes a file-chooser dialog that lets the user browse for the file to include.<br>
:''Learn more:'' [[Field Display Types]]
 
|-
|-
|3. Notifications||
|valign="top"| '''Notifications''' ||
*In the Record Owner Information section, select the record owner from the Lookup field.
*In the Record Owner Information section, select the record owner from the Lookup field.
*Optionally, click the check box to Send Email Notification to record owner when the web form is received.  
*Optionally, click the check box to Send Email Notification to record owner when the web form is received.  
*Optionally, select additional user(s) to receive the email notification.  
*Optionally, select additional user(s) to receive the email notification.  
*In the Email Notification Details section, enter the text you want to appear as the Subject of the email. Enter the text you want to appear as the email message in the Description fields. You can customize the message content, and include [[Template Variables]]. A lookup tool is provided so you can copy and paste the template variables into the email message (or subject line).
*In the Email Notification Details section, enter the text you want to appear as the Subject of the email. Enter the text you want to appear as the email message in the Description fields. You can customize the message content, and include [[Template Variables]]. Use the [[Template Variable Tool]] to get the names of variables you can use in the template:
*Click the [Next] button
:[[File:TemplateVariableTool.jpg]]
|-
 
|4. Auto Response||If an email address field was included in the web form, it is a good practice to create an auto response to acknowledge receipt of the web form information.
To send an auto response, complete the following information:  
;Email Field (To):Choose from ''None'' or ''Email''
:*If ''None'', no auto response message is sent
:*If ''Email'', the ''Subject'' and ''Description'' fields are required
;Subject:Description for the auto response email message
*Choose the Editor Type (Plain Text or HTML Editor). If you select HTML Editor, the HTML formatting tools become available.
;Description:Enter the body of the message, and optionally include [[Template Variables]]. Click the Next button.
|-
|-
|5. Save and Generate||
|valign="top"| '''Auto&nbsp;Response''' ||
*Enter the Title of this Web Form.  
If an email address field was included in the web form, it is a good practice to create an auto response to acknowledge receipt of the web form information.  
*Choose Type: Script or HTML.
* Complete the following information:  
:;Script:Generates a script that can be embedded into an HTML/JSP page
:;Email Field (To):Choose from ''None'' or ''Email''
:;HTML:Generates HTML code that can be embedded into an HTML/JSP page
::*If ''None'', no auto response message is sent
::*If HTML is selected, a URL is required
::*If ''Email'', the ''Subject'' and ''Description'' fields are required
::*This web page is user-created, hosted by the user and acknowledges the form submission
:;Subject:Description for the auto response email message
*After reviewing the Script and Preview, click the Done button. The form appears on the Web Forms page, with summary information.  
:;Editor Type (Plain Text or HTML Editor): If you select HTML Editor, the HTML formatting tools become available.
:;Description:Enter the body of the message, and optionally include [[Template Variables]].  
|}
|}


==Copy and Paste==
===Use the Web Form===
Whether the result is a Script or HTML, copy the generated code and paste it into your web page.
:* If the Web Form you generated was of type ''Generated HTML'', copy the generated code and paste it into your web page.<br>Edit it as desired.
:* If the selected type was ''Form Layout'', both JavaScript and a link are generated.
::* The link accesses code stored on the platform. You can copy either one and paste it into your web page.
::* When using a link, pre-filled values for selected fields can be embedded in the query-string of the URL by appending them as parameters: <tt>&field1=value&field2=value...</tt>.
:::*Those variables can be modified dynamically at your site, allowing you to pre-fill different values in different circumstances.
:::* ''Special characters'' (characters other than alphanumerics) need to be encoded.<br>For example, to include "&" in a value use %26. To include a space use %20.<br>So for company "A & B" specify <tt>company_name=A%20%26%20B</tt>.
::: ''Learn more: [[Specifying Parameters in a URL]]
 
===Get the ID of the Added Record===
The record id is present in the cookie "generated_record_id_cookie" and can be accessed from a JSP [[Site]] page that is targeted after a successful add. (A Site page can be accessed without having to login. That makes it ideal for this purpose.)
 
For example, if the "done" page specified in the URL is <tt>WebFormSuccess.jsp</tt>, then use the code below to access the ID of the added record.
:''Learn more:'' [[Building Site URLs]]
 
:<syntaxhighlight lang="java" enclose="div">
<%
String recordId = "";
Cookie[] cookies = request.getCookies();
 
for (int i = 0; cookies != null && i < cookies.length; i++)
{
  Cookie cookie = cookies[i];
  if (cookie.getName().equals("generated_record_id_cookie"))
  {
      recordId = java.net.URLDecoder.decode(cookie.getValue());
      break;
  }
}
%>
</syntaxhighlight>
<noinclude>
<noinclude>


[[Category:Objects| 9.2]]
[[Category:Managing Channels]]
[[Category:{{features}}]]
[[Category:Design]]
[[Category:Glossary]]
</noinclude>
</noinclude>

Latest revision as of 10:56, 29 April 2024

GearIcon.png > Channels > Web Form
GearIcon.png > Customization > Objects > {object} > Web Forms

About Web Forms

A Web Form is a collection of fields a user can fill in on another site, after which data is sent to the platform. You put a Web Form on your corporate website, intranet, or blog. You can generate a form that is ready to copy and customize, or let the platform host the form, so only need to provide a link to it on your site or in an email.

How Web Forms Work

A Web Form is part of an Object. You generate a Web Form, put it on your site, and when the user enters data, a record is created in that Object. (No database code needed!) An auto-response and/or an email can be delivered to let the user know that the data was received.

Notepad.png

Note: A Web Form lets your clients add records to platform objects, without having a login ID. For platform users, on the other hand, you can also use a URL to Prefill Form Fields in a standard Form.

Error Handling

In your web form, you identify fields that are required. If any information is missing when the user clicks Submit, the error is handled in the form: A message is displayed, and the fields that are missing values are highlighted. Nothing goes to the platform server until all required information is present.

Other errors can occur during "backend" processing on the server. For example, a validation error could occur, for example, if a zip code is greater than 99999.

By default, such messages are delivered to the user on the first tab of the web form header.

Successful Submission

After successfully submitting data, the user goes to either a page you specify, or to a plain page that acknowledges receipt of the data. (From there, the [Return] button goes back to the original data entry form--so specifying a destination page of your own is almost always a good idea.)

Types of Web Forms

There are two types of web forms you can generate:

  • Linked Form (also known as a "Case Form Link" or a "Form Layout")
This is the easiest kind of Web Form to use.
To create it, you choose from a list of Forms that have been previously created on the platform.
  • You can choose either the default form, or a form that was created using the interactive Form Builder.
  • The form is hosted on the platform. You need only link to it from your web page.
With this option, the fields to include are chosen when you design the form. A link to the Form is generated for inclusion in your web page. The platform does all of the processing and error handling.
  • Customizable HTML (also known as "Generated HTML")
A complete form is generated in HTML code.
  • You specify which fields to include in the form, put them into the order you want, and specify which are required.
  • You then copy the generated HTML into your page, customizing it in whatever manner you want.
With this option, you can:
  • Take control of the CSS styling.
  • Change the layout (for example, to create two columns of fields)
  • Change the label of the Submit button. (The default text is "Submit".)
  • Take control of the error handling.
    Note: Error handling requires an experienced web designer. To make it work, you get the error page back as data, parse the page to identify the error(s), and then manage the way in which those errors are displayed. It's unlikely that you'll want to go that far, but the capacity is there, if you need it.
Website security:
  • When a user is using unsecured website, the HTML generated after creating a generated HTML webform will load all the built-in CSS.
  • When a user is using secured website, the HTML generated after creating a generated HTML webform will not load the CSS as the site is secure. To resolve this, all references in the generated HTML script from http to https must be changed to load all the in-built CSS.
    Note: The user has to manually make the changes in the generated HTML script if they are using the script for a secured website. Refer to the below screenshot for more information.

HTTP Generated HTML.png

Working with Web Forms

Lock-tiny.gif

Users that have the Customize Objects permission can manage Web Forms.. 
Generated Web Form

In the Web Form, you specify the input fields you want to embed in an HTML page. You put the resulting form into the page, and that page is dynamically linked to your application.

Fields in the Web Form are automatically validated according to the rules defined by the application, and you can generate an auto-response to the person submitting the form, or redirect them to a specific URL. You can also notify designated members of your team that someone has submitted the web form.

Considerations
  • To create a Web Form, the object must be specified as Web-enabled in the Object Properties.
  • Web Forms can be disabled in the Object Properties by turning off Web-enabled
  • Lookup fields cannot be selected for use in a Web Form
  • The Record Owner for a record added by a Web Form can be specified in one of several ways:
    • Specify the Record Owner in the settings you specify when you add or edit a Web Form, shown below.
  • The following fields are not supported in web forms:
    • Multi object lookup
    • Multi select picklist
    • Geo location
    • Rollup summary.

Warn.png

Warning:
Since Web Form data can come from external users, it is more likely to contain scripts, which can wind up being executed when the data is displayed. Scripts that are embedded in data strings can be prevented from executing, however, by encoding data before it is displayed.
Learn more: HowTo:Protect Your Users by Ensuring that Data Never Executes as Code

Notepad.png

Note: When Rich Text Area (RTA) field with the default width of 500 is placed in more than three columns, alignment issues may arise. To resolve this, consider reducing the RTA width to 300.

Best Practices

Here are some pointers to making web forms work for your business.

  • Make sure you have a landing page for people to go to after they fill out the form, since in most cases it is their only confirmation that the submission was a success
  • When someone fills in a form, you can automatically email a thank you to them if you include a field of type Email
  • Likewise, you can alert a member of your team that someone has filled in the form with a notification - this is great for inquiries that need more interaction
  • If you want to fully customize the layout of the form, use HTML snippets instead of the one-line JavaScript as the final format - it gives you more control to layout the form as well as style controls
  • When using HTML snippets, you'll want to make sure you don't delete any INPUT tags marked HIDDEN or any embedded SCRIPT tags since these are what drive data into your application database
  • If you include an Email field in the form, the address can be used to send messages, allowing the user to register for newsletters, announcements, and product updates.

Add or Edit a Web Form

  1. Go to GearIcon.png > Customization > Objects > {object} > Web Forms.
  2. Click [New Web Form] or open an existing web form.
  3. Configure the Web Form settings, described below
  4. Click [Save] when done.
    Either HTML code or a link for the form appears, depending on the type of form you chose, along with a preview.

Cases Web Form Settings

These settings apply to Cases and Case Types. For other objects, see the Object Web Form Settings, below.

Form Information

  • Title - The form name.
    Used only in the platform. In the list of Web Forms, it appears in the Name column.
  • Description
    Optional explanation.
  • Show Captcha
    Check this box to include a Captcha in the web form. For information about enabling the captcha in web form, view the Google reCAPTCHA.
    (A Captcha displays an image and asks the user to type the text it contains, in order to show that it is a person is filling out the form, rather than an automated "robot".)

Notepad.png

Note: Enabling the captcha on your web forms is an important security measure. Disabling the captcha is at your discretion and may impact security.

  • Generate
    Case Form Link
    A Form is created and hosted on the platform.
    A link to it (or a script that accesses it) can be embedded into a web page on your site.
    • Form - Choose the Form to use
    Only Forms that have the "Web Form" property are listed.
    Learn more: Form Properties
    • User Profile
      Select the user whose date and currency settings will be used to validate incoming data, to be sure it is in the correct format. (You could create a virtual user for that purpose, or select an existing user.)
    Customizable HTML
    Generates HTML code that can be embedded into a web page on your site.
    You can then modify the layout, or change the label on the button the user clicks to submit the form.
    • Select the fields to include in the form, and arrange their order
    • Specify which fields are required
  • Post Submit URL
    Enter the URL of the page the user goes to after the form is submitted. If no URL is specified, a default acknowledgement page is displayed.

Form Handling

  • Case Response Template
    Select the template to use for case-related communications in this channel. (When an agent records a note that is delivered as an email, this template is used.)
  • Auto Acknowledgement Template
    Select the template to use when sending the initial response, telling the submitter that a new case has been created. (This response is sent only when a case is created.)
  • Submitter Email Address Filter
    • Accept Submissions from any Email Address
      A new case is always created.
    • Create New Contact?
      Check this box to automatically create a new Contacts record when the email address is unrecognized.
    • Accept Messages from Existing Contacts only
      This option creates a new case only when the submitter's email address matches an existing record:
      • For the ServiceDesk application, the address must match a record in the Contacts object.
      • For a Dynamic Case Management (DCM) application, three more fields appear to let you specify the field to match against:
        • Client/Customer Object
          The object which contains the clients (or customers, or contacts) from whom messages are accepted.
        • Linking Field
          The Lookup field in the Case that points to a record in that object. (Only Lookup fields which target that object are listed.)
        • Email Field
          An indexed email field in that object. (The field value from each record in that object is matched against each incoming email. The field must be indexed, for performance--so only indexed fields are listed.)
          Learn more: Indexes

PersonalizationIcon new.png

This customization setting is applicable only for form layout web forms and not generated HTML web forms. The customization will be applied to all devices including mobile.

  • Company Logo: Upload the desired logo that appears at the top left of the web form. Image formats such as JPEG, JPG, GIF, and PNG are supported. The logo file size should be less than 50 KB.
  • Choose Personalization Type: You can choose the desired theme or color of the web forms. The select theme or color will be applied to header and tabs of the web forms.
    • Prebuilt Themes: Select one of the pre-built themes available to quickly and easily apply a visually appealing to the web form.
    • Custom Color: Select a color that matches your web form's theme. You can also enter HEX color code. For example, you can choose your brand color. The default color of the existing web form will be #1776bf.

Notepad.png

Note:

  • The validation messages will appear only at the first tab of the web form.
  • The company logo, header color, and theme will be packaged while packaging an application.
  • The company logo, header color, and theme will be visible to guest users.

Object Web Form Settings

Tab Instructions
Properties
  • Title - The form name.
    Used only in the platform. In the list of Web Forms, it appears in the Name column.
  • Type - Form Layout or Generated HTML.
Form Layout
A Form is created and hosted on the platform.
A link to it (or a script that accesses it) can be embedded into a web page on your site.
  • Form - Choose the Form to use
Only Forms that have the "Web Form" property are listed.
Learn more: Form Properties
  • Submit form as this user - Select the User who will be designated as the (possibly virtual) person submitting the form.
The user and the permissions associated with the user's Role may be used determine field and record visibility, and control the layout of the form, based on the form's Layout Rules.
Generated HTML:
Generates HTML code that can be embedded into a web page on your site.
You can then modify the layout, or change the label on the button the user clicks to submit the form.
  • Show Captcha
    Check this box to include a Captcha in the web form.
    (A Captcha displays an image and asks the user to type the text it contains, in order to show that it is a person is filling out the form, rather than an automated "robot".)
  • Users next URL
    Enter the URL of the page the user goes to after the form is submitted. If no URL is specified, a default acknowledgement page is displayed.
Select Fields
  • This tab becomes active when the form type is Generated HTML.
  • Move fields to the Selected Fields list, and arrange them in the order you want.
The Preview area shows how the form will look.
  • Click the Required check box next to fields the user must fill out to submit the form. (Fields that are identified as "Required" in the Default Layout, or marked "Always Required" in the Field definition are pre-selected automatically.)
Note:
When you select a File Field or an Image Field, the form automatically includes a file-chooser dialog that lets the user browse for the file to include.
Learn more: Field Display Types
Notifications
  • In the Record Owner Information section, select the record owner from the Lookup field.
  • Optionally, click the check box to Send Email Notification to record owner when the web form is received.
  • Optionally, select additional user(s) to receive the email notification.
  • In the Email Notification Details section, enter the text you want to appear as the Subject of the email. Enter the text you want to appear as the email message in the Description fields. You can customize the message content, and include Template Variables. Use the Template Variable Tool to get the names of variables you can use in the template:
TemplateVariableTool.jpg
Auto Response

If an email address field was included in the web form, it is a good practice to create an auto response to acknowledge receipt of the web form information.

  • Complete the following information:
Email Field (To)
Choose from None or Email
  • If None, no auto response message is sent
  • If Email, the Subject and Description fields are required
Subject
Description for the auto response email message
Editor Type (Plain Text or HTML Editor)
If you select HTML Editor, the HTML formatting tools become available.
Description
Enter the body of the message, and optionally include Template Variables.

Use the Web Form

  • If the Web Form you generated was of type Generated HTML, copy the generated code and paste it into your web page.
    Edit it as desired.
  • If the selected type was Form Layout, both JavaScript and a link are generated.
  • The link accesses code stored on the platform. You can copy either one and paste it into your web page.
  • When using a link, pre-filled values for selected fields can be embedded in the query-string of the URL by appending them as parameters: &field1=value&field2=value....
  • Those variables can be modified dynamically at your site, allowing you to pre-fill different values in different circumstances.
  • Special characters (characters other than alphanumerics) need to be encoded.
    For example, to include "&" in a value use %26. To include a space use %20.
    So for company "A & B" specify company_name=A%20%26%20B.
Learn more: Specifying Parameters in a URL

Get the ID of the Added Record

The record id is present in the cookie "generated_record_id_cookie" and can be accessed from a JSP Site page that is targeted after a successful add. (A Site page can be accessed without having to login. That makes it ideal for this purpose.)

For example, if the "done" page specified in the URL is WebFormSuccess.jsp, then use the code below to access the ID of the added record.

Learn more: Building Site URLs
<%
String recordId = "";
Cookie[] cookies = request.getCookies();

for (int i = 0; cookies != null && i < cookies.length; i++)
{
  Cookie cookie = cookies[i];
  if (cookie.getName().equals("generated_record_id_cookie"))
  {
      recordId = java.net.URLDecoder.decode(cookie.getValue());
      break;
  }
}
%>