Jump to content
  • 0

Create hidden dropdown lists


Kevimer

Question

Hi,

I cannot find how to put hidden dropdown lists on my webform on Caspio, could smb help me ?

What I'm looking for :

To show another dropdown list only if the one juste before is complete. For example :

The user chooses in the list the subject he wants to teach and all the informations related to this subject, and when everything is complete, if necessary, he has the choice to enter another subject , and so until he has entered all the subjects he wants to teach. Is this clear ?!

I guess that i should use a Javascript application, but i dont have any idea of how this is supposed to work. Any advice ?!

Many thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I am not sure if I understand correctly, but if you are trying to hide a field based on the selection on another field, you need to use Java Script.

For example the code to hide a field is as below:

document.getElementById("InsertRecordFIELDNAME").style.display = 'none';

Then you need to define on which event you would like the script runs. You can find more information about how to integrate Java Scripts in Caspio at http://www.caspio.com/support/jssolution.asp and take a look at some examples in this page.

There is a good Java Script resource in http://www.w3schools.com

Best,

Bahar M.

Link to comment
Share on other sites

  • 0

As for this, you may check Caspio's new feature 'Conditional Forms'. On this feature, you can create various conditions to hide, show, require or disable specific fields based on the value or selection of other fields in the same form. To better understand it, you can check this article: https://howto.caspio.com/datapages/forms/conditional-forms/

I hope this helps!

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...