Form email results more readable format

N

NewfyScott

I have an email form on our website that is quite involved. We are saving the
results to files as well as sending an email to various people.

The forms are working correctly. The question I have is the following.

Is there a way to make the emails more easily readable without having to
create a custom CGI script? The issue is when we come to a text box the data
submitted wraps to the following line. Also is there a way to get a hard
carriage <p> return after each entry and answer. I have tried many of the
formats supplied and they all appear to give the same results.

Thanks in advance
 
S

Stefan B Rusynko

Not w/ the std FP forms handler
- will require server side scripting for any other formatting




|I have an email form on our website that is quite involved. We are saving the
| results to files as well as sending an email to various people.
|
| The forms are working correctly. The question I have is the following.
|
| Is there a way to make the emails more easily readable without having to
| create a custom CGI script? The issue is when we come to a text box the data
| submitted wraps to the following line. Also is there a way to get a hard
| carriage <p> return after each entry and answer. I have tried many of the
| formats supplied and they all appear to give the same results.
|
| Thanks in advance
 
Top