mpaige Posted August 11, 2007 Report Share Posted August 11, 2007 Is there a way to create a form field that allows people to \"select as many as apply'? THANKS Quote Link to comment Share on other sites More sharing options...
0 sdi126 Posted August 11, 2007 Report Share Posted August 11, 2007 You can use the field type of \"listbox\" this will give you a box with your options. The options can be custom values or come from a table. However by default Caspio does not allow the selecting of multiple values on this field. Where you configure this field to make it a listbox you will also need to add a bit of code: This code below will go into a footer section. document.getElementById('InsertRecordREPLACETHISWITHTHEFIELDNAMEFROMYOURTABLE').multiple = \"multiple\"; Quote Link to comment Share on other sites More sharing options...
0 mpaige Posted November 21, 2007 Author Report Share Posted November 21, 2007 I have inserted the code and changed the required text to the name of the field in the table where the list is being populated from. But when I try to Ctrl+Select more than one option it doesnt work. I copied the javascript exactly and removed teh uppercase letter replacing it with: ActivitysList which is the both the name of the table AND the field name where the list of activities are (there about 25 different activities) I knwo I'm overlooking something simple....right? Quote Link to comment Share on other sites More sharing options...
0 sdi126 Posted November 22, 2007 Report Share Posted November 22, 2007 The size property will most likely require modification as well....in your drop down can you see more than one option or do you just see one and get the down arrow to select others? Please provide a url to the page your developing...this makes it much easier to supply you with the correct code needed Quote Link to comment Share on other sites More sharing options...
0 NailDyanC Posted November 24, 2018 Report Share Posted November 24, 2018 Hi, Just want to update this post, Caspio has integrated Listbox option as one of the standard feature of it. You can now use Listbox to select more than one option. A listbox displays options in a list where the user is allowed to select one or more items from the list. You can add custom values, use a lookup table or view, or both as the source for your values. You can refer to this links for reference: https://howto.caspio.com/datapages/datapage-components/dropdowns-and-listboxes/multi-select-listboxes-in-search-forms/ https://howto.caspio.com/tables-and-views/data-types/list/ Quote Link to comment Share on other sites More sharing options...
Question
mpaige
Is there a way to create a form field that allows people to \"select as many as apply'?
THANKS
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.