Clearly, a form either be filled on a paper or over the web, is a fundamental requirement of any business. As Vtiger 7 is fulfilling your business requirements, this feature is not missing in the CRM either.
With Webforms HTML forms can be created and linked to your website, which enables easy stats recording into your Vtiger account. The collected data can be used to enhance future aspects of the posts, tools, features or whatever you deal in. Lead record can be a head-start for your sales and marketing teams, who can always use a benefit.
A new webform can be designed in the Vtiger 7 by using these steps:
A form will be appeared with several sections.
This table will get you going about Webform Information block:
Detailed description for every unit of this section is available in the following table:
Yes, there is no need to write the HTML code. Upon the completion of a webform, you’ll be lead to command section of that specific document. Clicking on the Show Form button will let you copy/paste the HTML code to your website.
And that’s it! Your website users are now going to the Lead records database into Vtiger 7.
There is actually a way to integrate all of the webforms of your site to Vtiger 7. When a webform is created in Vtiger 7, Public ID and Post URL also come along. They can be used to establish a bond among the document and Vtiger forms, as well as to specify the location of the module where information should be submitted. Both options are accessible in the detailed view.
It is used to interlink Vtiger 7 and existing form.
<input type=”hidden” name=”publicid” value=”Paste Your Public Id Here”>
The exact path to the module is determined for the submission of data.
<form name=”Place Your Webform Name Here” action=”Paste Your Post URL Here” method=”post” accept-charset=”utf-8″>
Upgradation of Field Names in Current Webforms
After the integration of existing forms, field names are to be changed with respect to Webforms reference. Detail view will show the values of the respective webform in the CRM. Webform reference value for First Name is “firstname” or “account_id” for the Organization Name etc.
A key feature of Vtiger 7 under Webforms is to capture the leads right into your account by interweaving WordPress forms with the CRM. This is accomplished in two steps:
It is fine if field mapping is done by following webform reference fields. Refer to the pictorial description to avoid any confusion.
Field mapping can be performed with the aid of these instructions:
Like webform reference fields for First Name, Mobile, Last Name, Organization, and Email are firstname, phone, lastname, company, and email respectively in the WordPress form.
Check mark these check boxes under the Core Form Admin/Email Options:
While carrying out the protocol, do keep in mind to:
Your_Desired_Field_Name[id:paste your webforms reference field name]
To check the operation of Vtiger 7 and WordPress integration, add a new post and inspect the WordPress webform. Embedding the webform will directly channel the Leads into Vtiger account.
The Lead records can be seen in the form on the original post page. Anonymity ends here and everything from now on will be recorded in your Vtiger account.