Hi,
Is there any way to keep email notification form form to repect form labels in emails?
For example, I got:
<label>Full name:<br />
<input type="text" name="name" placeholder="Name and Surname" required />
</label>
However email will state only Name:
and form output, not Full Name:
and output.
Tried with <label for="name">
with same results.