Re: Adding form input values to subject line in email sent
- From: "Ronx" <ronx917@xxxxxxxxxxx>
- Date: Thu, 30 Jun 2005 08:49:28 +0100
If using the FPextensions to process the form, you can set the Subject
in Form Properties to use a field (which may be a hidden field) in the
form. Then use JavaScript to concatenate values from other fields
into this; the JavaScript may be triggered by an onclick event on the
Submit button, or by an onsubmit event in the <form> tag (though this
will interfere with any FP validation, if used).
Note that there is a limit to the total length of the field (255
characters), but IMO the subject should be much shorter than that
(unless the email is read by machine rather than people).
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
"Jason" <Jason@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BBC942C0-CF76-4A95-A9E0-38AEDC290D34@xxxxxxxxxxxxxxxx
> Is it possible to add multiple values from the form you are sending
> in an
> email ?
.
- References:
- Prev by Date: Re: what is global.asa
- Next by Date: Re: Converting from Dreamweaver MX to Frontpage
- Previous by thread: Adding form input values to subject line in email sent
- Next by thread: form errors/cannot email results
- Index(es):
Relevant Pages
|