Page 1 of 1

forms with automatic filling of some fields

Posted: Tue Mar 09, 2004 8:56 am
by the_wiz
Hi,

I'm creating a form for call loging.
A have a select from a drop down list.
I want to let some fields be filled in automatically when selecting an entry in the list.

Problem, I don't know where to start.

Can someone help me please.


Thanxs

Posted: Tue Mar 09, 2004 9:23 am
by JayBird
Javascript will be the answer, not PHP

MArk

Posted: Tue Mar 09, 2004 1:32 pm
by Unipus
You'll want to set up variable arrays in javascript and load data into your fields dependent on those arrays.