I posted something similar, had a lot of views but no responses so maybe I didn't explain myself well.

When form data is recieved via email, only the field name and field data are received. So if you have a field "Confirm" with a checkbox with value "yes" you receive an email that looks like:

Confirm : Yes

Instead I would like "a disclaimer" to be sent along with the form response so that it looks like this instead:

"DISCLAIMER
I agree to blah blah blah and will also agree to this and that yadda yadda yadda."
Confirm : Yes

Can the text in quotes be sent along with the "yes" so that the recieved email includes what the visitor is confirming or replying about?

Bruno