Populate form

G

gabby

Will FP 03 populate a form w/data 9 (name, address, etc) when username &
password are entered?
 
A

Andrew Murray

No, you have to write the code to make it do that.

First you'll need a logon script (this depends on what server you're hosted
on, and what server sign scripting your host supports (eg PHP, ASP, .Net,
Perl etc)

Then you'll need to write the code (or obtain a script) that checks the
database for the existence of that person, validates the username/password
and then retrieves the name & addresss info and populates the form.

It's a rather complicated process, but achievable.

What Operating system is your host using (i.e. Linux/Windows)?
 
G

gabby

Windows

Andrew Murray said:
No, you have to write the code to make it do that.

First you'll need a logon script (this depends on what server you're hosted
on, and what server sign scripting your host supports (eg PHP, ASP, .Net,
Perl etc)

Then you'll need to write the code (or obtain a script) that checks the
database for the existence of that person, validates the username/password
and then retrieves the name & addresss info and populates the form.

It's a rather complicated process, but achievable.

What Operating system is your host using (i.e. Linux/Windows)?
 
Top