Fillable form that will send entire text to me

F

Farra Cirignano

Hi all,

Am looking for help in creating a form that allows users to fill in fields
but when it emails the results to me I want the entire page emailed to me
including the fields they entered and all the text I have entered in thus
creating a personalized agreement between us. Is this possible? I am familiar
with forms but can't seem to figure out how to include all of the text that I
have on the page as well. Any help would be great. Also once I have the form
completed is there a way to have it emailed to the user and myself? I assume
there is some add in that would allow them to enter in an email address to
send the form to as well.

Thanks!! You all have been a HUGE help in the past.

Farra
 
T

Thomas A. Rowe

This is not possible using the FP Form Handler, requires the use of a custom written server-side
script to process the form.

The way I handle this when the form needs to be display to the receiver the same way as user saw
when completing the form, is to store the data in a database, then send a link to the receiver to
retrieve the data from the database on page similar to the original form. If the user need to also
have a copy, I will give them a link on the confirmation page to display and print a copy of the
form.

Without careful coding, I would avoid allowing users to enter email addresses for your server to
then send messages to, as this could lead to your site providing a means for spammers to email.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Top