Hi,
If you're talking about a PHP session, then, yes, FormMail can interact with the session.
You need to tell FormMail that you want it to have access to particular session variables:
http://www.tectite.com/fmdoc/session_access.php
You can then reference the session variables you named as though they are fields in the form.
This means you can use them in "derive_fields", or include them in your email templates.
If you don't use a template for your form results, the session variables will be automatically shown in the form results email (just like any other field).
Bookmarks