Jump to content
  • 0

multiple choices on list box for submission sheet


melinda

Question

I have been able to set up multiple choices using this code in the footer. I have also selected listing box for the type of selection, and have check that I have spelled the name correctly as in the file, and set up the var x and x a different and unique field. Why can't I get this one entry to multiple select?

Thanks for your help.

this is the code I used and it works fine for all muy other selections:

var fieldName1 = "InsertRecordUtilities_Available";

var x11=document.getElementsByName(fieldName1);

x11[0].multiple=true;

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

If your DataPage is a Submission form, the code seems fine to me.

If the DataPage is an Update form or Details page, please change "InsertRecordUtilities_Available" to "EditRecordUtilities_Available".

Please try to retype all of the marks to make sure there is no smart quotes (“…â€) in the code.

It you can provide the page link, it would be better for me to investigate.

By the way, this is Express DB forum. I recommend you to post the future questions under Caspio forum at: viewforum.php?f=3

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...