Forms - collecting data

J

Juliet

I'm using FP2000 and I have created an employment application form. Is there
any way the applicant can email the form back with the information they have
typed in still in the form as it appears on the screen instead of the list
that comes back in the email because the human resources team are not used
that format and find it difficult to read.

Thanks

Juliet
 
T

Tom Willett

No, not with the FP forms to email feature.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| I'm using FP2000 and I have created an employment application form. Is
there
| any way the applicant can email the form back with the information they
have
| typed in still in the form as it appears on the screen instead of the list
| that comes back in the email because the human resources team are not used
| that format and find it difficult to read.
|
| Thanks
|
| Juliet
|
 
T

Tom Willett

If you have excellent programming skills in ASP, PHP, etc., you could write
your own program. Or contract somone to do it for you, based upon your
server's capabilities.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| Thanks. Is there any way it can be done? Even if it not a form.
|
| "Tom Willett" wrote:
|
| > No, not with the FP forms to email feature.
| > --
| > ===
| > Tom Willett
| > Microsoft MVP - FrontPage
| > ---
| > FrontPage Support:
| > http://www.frontpagemvps.com/
| > ===
| > | > | I'm using FP2000 and I have created an employment application form.
Is
| > there
| > | any way the applicant can email the form back with the information
they
| > have
| > | typed in still in the form as it appears on the screen instead of the
list
| > | that comes back in the email because the human resources team are not
used
| > | that format and find it difficult to read.
| > |
| > | Thanks
| > |
| > | Juliet
| > |
| >
| >
| >
 
T

Thomas A. Rowe

Yes, but requires knowledge of the server-side scripting and the database that is supported on the
web server., since this would be a custom written application, where the form is completed, that
data is then stored in the database, then the HR folks would retrieve the data from the database in
a form like the user submitted.

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

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