SOLVED: How to use fields from a form in email

I’ve created a simple contact us form, but how do i capture the form data and place it in the email that is sent when the form is submitted?

I don’t see the field names anywhere in the drop down and I have tried using the field IDS but no joy.

I’m sure this is simple and I’m just missing the correct syntax.

Cheers
Alan

Never mind found the answer …

Field Ids need double curlies not just one. so Field value is {{abc12}}

2 Likes