Warning, this is a techie related post and may not be clearly understandable to non web hosting users.
For those who use Yahoo web hosting, I have figured out how to get form responses to multiple email addresses. Yahoo’s help section only indicates that the person who has the web hosting account can receive the response, but there is a work around. Here is the HTML code to explain:
!– Option 1 —
input type=”hidden” name=”subject” value=”Email subject goes here”
input type=”hidden” name=”to” value=”first email address, second email address”
This information is placed near the end of the form. Any email address entered will receive the form responses.
Enjoy!