how to send email results of a form to more than 1 person?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to direct form results to 2 people via email. Does anybody know
how that is done? Thank you
 
FrontPage can only do one email address at a time from the FP form handler.

You have a couple of options though:

- use a different form handler (will vary depending on hosted environment)
- use an email address with a rule in it that sends to two other people
(Outlook rules or server side rules)
- "stack" the forms. Basically make two copies of the form (identical), one
submits to the first email, and returns the "confirmation page" of the
second form, which then also automatically submits the second form with the
other email address i it.(with the real thank you page)

The second option is probably the easiest.
 
Back
Top