Hi,
I cant seem to find this answer anywhere. I am looking for a way i can edit the information that appears in the email received when someone submits a form.
I have my emails showing {{formData}} which is fine, but i want to space out the data. Just to literally put a space in between each item. So instead of :
Name:
Email:
Company:
I want it to look like:
Name:
Email:
Company
Is there a way to achieve this without using a 3rd party??
Thanks in advance!