forms with automatic filling of some fields

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
the_wiz
Forum Newbie
Posts: 1
Joined: Tue Mar 09, 2004 8:56 am

forms with automatic filling of some fields

Post 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
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Javascript will be the answer, not PHP

MArk
Unipus
Forum Contributor
Posts: 409
Joined: Tue Aug 26, 2003 2:06 pm
Location: Los Angeles, CA

Post by Unipus »

You'll want to set up variable arrays in javascript and load data into your fields dependent on those arrays.
Post Reply