I have a mail form on a website I am building.
It contains 3 input text fields, “name” “email” and “message”.
Currently, both the “name” and “message” fields are sent to the body of the email which is fine; but, I would like to include a line break between them. I’m not sure of the syntax for this in the mailto expression.
Also, I would like to have the “email” field sent to the reply to field of the email but I am not sure what to call that field in the code.
Any sugeestions would be really appreciated.
:jail: