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

Question

Question

How to change the size of the "other" field?

asked on February 27, 2018

How do I change the size of the "Other" field that can be added to Radio Buttons and Checkboxes?  I need it to display larger (maybe even multiple lines) for the submitter to enter text.  Any help or guidance would be greatly appreciated.

 

Thanks

Other choice.PNG
0 0

Answer

SELECTED ANSWER
replied on February 27, 2018

Hi Bill,

Get the ID number of the field, in my case it's Field31, and make it look like this in the CSS section:

#Field31_other_value {width: 600px; height: 300px;}

Obviously, you can play around with the width and height, but this is what the above would look like:

 

Rick

1 0
replied on February 28, 2018

Hi Mr. Rick,

Thanks so much for your quick response.  Works like a charm!  I'm guessing this will work the same for checkboxes as well??

Thanks again,

Bill

0 0
replied on February 28, 2018

You're welcome, Bill, glad to help!  And yes, it works with exactly the same syntax for a checkbox field.

 

Rick

0 0

Replies

replied on February 27, 2018

You could use a hidden multiline field that shows when "Yes" is selected using the Field Rules.

1 0
replied on February 28, 2018

Hey Travis,

That is what I was going to resort to because I couldn't figure out the CSS to change that one field.  I greatly appreciate your input.

Bill

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

Sign in to reply to this post.