You are viewing limited content. For full access, please sign in.

Question

Question

Character limit on drop down other option

asked on December 26, 2017

What is the character limit to the other choice option text box on a drop down field?  If is over 255 is there a way to limit it?

0 0

Answer

SELECTED ANSWER
replied on December 26, 2017

Hi Scott,

There is no other choice option text box on a drop down field. If you meant radio button or checkbox, there is no character limit on the other option text box.

If you would like to limit it, you can try custom script like this:

$(document).ready(function(){
  $('.otherchoice').attr('maxlength',255);
});

 

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.