View Categories

How to Map Contact Form 7

< 1 min read

  • When you add New Contact Form 7 in WordPress Account, by default data like “Your Name”, “Your Email” etc will be generated as shown in the below screenshot. 

            We should Map correctly according to Leadsquared Internal Schema name .



  • Please check the below steps to Map the First Name in Contact Form 7.



  1.  First  start with <label>
  2. After <label> , correct name in the Form , ie “First Name” . So it will be  “<label> First Name”
  3.  Then click the Form-Tag Generator ( Leadsquared Text) as shown in the below screenshot,


4. Select the correct Field Type of Leadsquared from the Drop down list as shown below.


4. Check-mark the “Required Field” if it should be marked as Mandatory in Form. ( Screenshot below)



5. So after Inserting the Tag, the format will be as below for the field “First Name”


   <label> First Name
    [text* leadsquared-FirstName]


Also please remember to close the label “</label>”. Finally it will be as shown below;


<label> First Name
[text* leadsquared-FirstName]</label>


So please follow the above steps for mapping other fields. 

Please note that the Internal Schema name should be correct, otherwise we will get error.

Scroll to Top