The webform provides the [webform_submission:values] but when sent through emails, the layout is not very readable. All values are not separated for readablitity where I can use paragraph tags to separate it.
I am assuming something like the below would be the way to do this but I cant find the right syntax to make it work.
I would like something like that I can wrap html around to create readability.
I have tried different references:
[webform_submission:values[0]]
[webform_submission:values[‘first_name’]] where first_name is part of values
and I tried [webform_submission:name] — similar to the provided
Submitted by: [webform_submission:user]
How do I access my fields to do this?
Thank you!