I’m having a difficult time figuring out how to populate field data from a form submission into the subject line.
For the ‘name’ and ‘location’ field, I’ve set up the fields under ‘Advanced’ / Allow the field to be populated dynamically and then put in ‘parameter name’ of “name” for the name field and “location” for the location field
Lead: {form_title} - {name} - {location}
When i test the form, the name and location are not being populated. The subject line just comes through as “Lead: Careers Form - {name} - {location}”. What am i doing wrong?