View Categories

Fixed value for Contact Form 7

< 1 min read

 You can make a make a text type field a  fixed value in Contact Form 7  by applying a style of display none .

<div style =”display:none;” >

[text leadsquared-Source “Website Enquiry”]

</div>

This method can be used to assign leads from Contact Form 7 to one particular user . Here is the code :

<div style =”display:none;” >

[text leadsquared-OwnerId  “945c54ad-f28f-11e6-ab0d-xxxxxxxxxxx”]

</div>



Scroll to Top