Sure,
The thank you mail message:
| Code: |
Hi {name},
Thank you for filling our form.
We will return to you as soon as
we have an answer for your question.
Thank you,
The site you went to fill it up team.
|
Now the message sent to the staff of the site, who does not have access to the backend:
| Code: |
Subject: Form {formid}
|
| Code: |
This is the result of the submitted form:
Name: {name}
Last Name: {lastname}
Email: {email}
Submitted file: {uploadedfile}
Message:
{message}
----EOM----
|
In the latest message every field in the form is desired, so maybe a iteration loop like the styles tab would be nice like:
| Code: |
This form has been submitted:
{formdata}
Thank you
|
and then:
| Code: |
{fieldname} ({fieldid}): {fielddata}
|
So, what do you think?
-rsd