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

Question

Question

Hiding radio button choice text

asked on December 19, 2014

I'm using a radio button at the end of each row in a table to allow the user to duplicate the row selected with the radio button. There's only one choice and in order for the radio button to appear on the form, there must be text in the choice area of the field settings dialog box. I'd like to hide the text that normally appears next to the radio button.  Is there a way to do that?

 

Thanks!

0 0

Answer

APPROVED ANSWER
replied on December 19, 2014

Hi Sheila,

If your table isn't also using checkboxes in any other column, then you can use the following CSS

.cf-table-block .choice .form-option-label {display:none;}

Regards

1 0

Replies

replied on December 19, 2014

Thanks, Alex! I changed it to use the class for that field instead of .cf-table-block. That seemed to work.

1 0
replied on December 19, 2014

Sure thing Sheila. Yup, that will work too. Glad you have things good to go. Have a happy holiday.

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

Sign in to reply to this post.