In my table, i gather my clients, my management companies and my brokers.
I've created a submission form to add new entries.
But those 3 types of contacts don't need the same information :
Client need : name, address, type of interest
Management need : name
Broker need : name, email
(of course i have all those fields in my table)
but i would like to avoid creating a submission form for each, requesting the different info regarding the type.
I would like to have 1 submission form, where the first field is a dropdown menu to pick either a client, management or broker, (and at first there would be only this field to be displayed) then according to the first selection, the submission form will display the rest of the needed fields.
Can you provide me the javascript ?
i've checked in Caspio forum, but couldn't really find help.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Isabelleg
Hi,
I'm quite new in programing in JS.
In my table, i gather my clients, my management companies and my brokers.
I've created a submission form to add new entries.
But those 3 types of contacts don't need the same information :
Client need : name, address, type of interest
Management need : name
Broker need : name, email
(of course i have all those fields in my table)
but i would like to avoid creating a submission form for each, requesting the different info regarding the type.
I would like to have 1 submission form, where the first field is a dropdown menu to pick either a client, management or broker, (and at first there would be only this field to be displayed) then according to the first selection, the submission form will display the rest of the needed fields.
Can you provide me the javascript ?
i've checked in Caspio forum, but couldn't really find help.
thanks a lot
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.