Articles in this section
Integrating Vtiger Webforms with WordPress
Table of Contents
Feature Availability
Vtiger Editions: One Pilot | One Growth | One Professional | One Enterprise | One AI
Introduction
Integrating Vtiger webforms with WordPress helps you engage and gather actionable information from website visitors. They are commonly used on websites for:
- Lead generation: Collecting details from potential customers.
- Customer inquiries: Allowing customers to submit inquiries or report issues.
- Feedback and surveys: Gathering customer feedback.
- Contact forms: Capturing general inquiries or contact details.
To integrate Vtiger CRM webforms with your WordPress site, you need:
- A Vtiger CRM account to create and manage webforms.
- A WordPress account to embed the webform into your website.
Simply create or access an existing webform in Vtiger, copy its HTML code, and embed it into your WordPress website. This setup allows you to streamline lead and customer data collection directly from your site into Vtiger. To learn more about webforms in Vtiger, click here.
Benefits of Integrating Vtiger Webfroms with WordPress
Here are the benefits of integrating webforms with WordPress:
- Collect lead information directly from your site without external redirects.
- Automatically store customer information in your Vtiger CRM account, thus reducing manual entry.
- Allow visitors to submit information directly on your site, increasing user engagement.
In this article, you will learn about:
- Integrating Vtiger Webfroms with WordPress.
Key Terminology
|
|
|
|
|
|
|
|
|
|
Integrating Vtiger Webforms into WordPress
To integrate your Vtiger Webfroms into WordPress, you have to:
- Access a webform in your Vtiger CRM Account.
Note: You can use an existing webform or create a new one.
- Add the Vtiger webform to your WordPress.
Step 1: Accessing a Webform in Vtiger CRM
Follow these steps to access a webform in Vtiger:
- Log in to the CRM.
- Click the User Menu on the top right corner of the screen.
- Go to Settings > Automation > Webforms. The Webforms page opens.
- Select and open an existing webform or create a new one by clicking +Add Webform. You will learn how to create a new webform later in the article.
- Copy the HTML code in either one of the following ways:
-
Click on the Get form code icon by hovering over the Webform. A page with HTML code opens.
-
Open the respective Webform and click on the Get form code icon. A page with HTML code opens.
-
Click Copy to clipboard.
Step 2: Adding a Webform to WordPress
Follow these steps to add a Webform to WordPress:
- Log in to the WordPress Account.
-
Click on Posts or Pages in the Dashboard, depending on where you want to embed the form. To help you understand, we will add a Webform to a new post here.
-
Click the + icon.
- Search for the Custom HTML block and add it.
- Paste the HTML code you copied from Vtiger’s webform.
- Click the Preview button to see how the form or code will appear and function on your website.
- Click Publish.
Your web forms will now be available on your website. If website visitors fill out the form, the information will be directly stored in the respective module in your Vtiger account.
For example, suppose you select Contact as the module when creating the Vtiger webform. In that case, any data submitted through the form will automatically be saved in the Contact module of your CRM.
Creating a Webform
Follow these steps to create a Webform:
- Log in to your CRM account.
- Click the User Menu on the top right corner of the CRM screen.
- Go To Settings > Automation > Webforms. The webforms page opens.
- Click +Add Webform. The Adding new page opens.
- Enter or select the following information to create a webform:
- Webform Information - Specify the essential details such as webform name, status, and other relevant information.
- User Assignment - Define the user assignment pattern for this section.
- Webform Field - Select the fields that should be displayed on the web form.
- Additional Hidden Field - Pre-fill fields with provided values that will not be visible on the web form.
- Upload Documents - Add a field to allow users to upload documents and files directly through the web form.
- Click Save.
Troubleshooting tips
Form Not Displaying: Ensure the HTML code is copied correctly into the Custom HTML block and check for theme conflicts.
Data Not Captured: Verify the correct module was selected when creating the webform in Vtiger.
Submission Errors: Check for any security plugins or CAPTCHAs that might be blocking form submissions.
Layout Issues: Adjust CSS or use the Preview function to ensure the form displays correctly on different devices.
Changes Not Updating: Clear both your WordPress and browser cache after making changes to the webform.