7.3 Contact Form 7 - Integration
[This is a premium feature]
// Enable a form
[hidden lcw_form]// for the basic fields
[text* firstName] // use the basic field key
[text* lastName]
[email* email]
// for custom field
[text highest_steps_a_day] // get the key from {{ contact.highest_steps_a_day }}Last updated