sending a form using frontpage to multiple email addresses

J

jsdranger

I have created a Form using frontpage and coded the button to send the
form to an email but the form doesnt come across as i need it to.

What i need to happen is have the form sent to the email as it is seen
on the page before hitting the submit button. How can the entire form
be sent via the submit button to the email address selected

and can there be multiple email addresses entered into the submit
button?

Thanks
 
T

Thomas A. Rowe

If you coded the button in any way, then you are bypassing the FP Form Handler, which then may this
not an FP related issue. FP form handler is not designed to send HTML email.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
J

JD

I used the hyperlink properties from right clicking on the submit
button and entered the email address. But my more important issue is
getting the entire form sent over when clicking the submit button.
right now it just sends the results in a column form, i need the
results to be configured exactly as the form is created

thanks for the information
 
M

Mike Mueller

The FP form handler does not support sending html emails,
and can not be modified to do what you want.

You will need to use a custom script to read the form
information and create an html email. The scripting is
going to vary based on what your host supports.


:I used the hyperlink properties from right clicking on the
submit
: button and entered the email address. But my more
important issue is
: getting the entire form sent over when clicking the submit
button.
: right now it just sends the results in a column form, i
need the
: results to be configured exactly as the form is created
:
: thanks for the information
: Thomas A. Rowe wrote:
: > If you coded the button in any way, then you are
bypassing the FP Form Handler, which then may this
: > not an FP related issue. FP form handler is not designed
to send HTML email.
: >
: > --
: > ==============================================
: > Thomas A. Rowe
: > Microsoft MVP - FrontPage
: > ==============================================
: > Agents Real Estate Listing Network
: > http://www.NReal.com
: > ==============================================
: >
: >
: >
: > >I have created a Form using frontpage and coded the
button to send the
: > > form to an email but the form doesnt come across as i
need it to.
: > >
: > > What i need to happen is have the form sent to the
email as it is seen
: > > on the page before hitting the submit button. How can
the entire form
: > > be sent via the submit button to the email address
selected
: > >
: > > and can there be multiple email addresses entered into
the submit
: > > button?
: > >
: > > Thanks
: > >
:
 
J

JD

what type of application or coding would you suggest i use to make the
form so that it can be emailed so that the form itself is what comes up
in the email
 
T

Thomas A. Rowe

You would have to use custom written server-side script form handler (ASP, ASP.net, PHP, etc.) which
is dependent on what is supported by your web host

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top