Populate form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Will FP 03 populate a form w/data 9 (name, address, etc) when username &
password are entered?
 
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)?
 
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)?
 

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

Back
Top