Format Yes No Control Box

  • 16 March 2017
  • 6 replies
  • 4 views

Badge +5

I have a Yes No Control Box that looks like this:

I want it to look like this:

I have read how to wrap text on an expression control as well as trying what was discussed in Choice control formatting in Nintex Forms. Neither of these are working. I am using Nintex Forms for Office 365, App Version NFO 1.2.3.0 .

Any ideas how to make this work? Thanks.


6 replies

Badge +7

Dear,

1-Go to the Control Settings and add a custom CSS class to the "Control CSS Class" setting as per the image (here called "YN_Aligned":

2-Go to Form Settings->Custom JavaScript and add the below code:

NWF$("document").ready(function(){
 NWF$(".YN_Aligned").find("label").removeAttr("display");
});

3-Final Result:

4-This work fine for on premise Nintex Forms, but what am wondering is that the format looks as you requested in my Office 365 Nintex Forms without any change!!!!

Cheers... happy.png

Badge +8

Hi ‌,

I am a bit confused. You mention you have a Yes/No control box which is visualized with a checkbox but I see a radiobutton. Also, the default Yes/No control box behavior is just like you want it.

Could you show us some screenshots of the Nintex Forms designer to understand your situation better.

Cheers,

Rick

Badge +5

I realize that I put a screen shot of the incorrect control. My mix-up.

This is the way my Yes/No box is behaving. Here is a screenshot of what this looks like on my form. You can see that the checkbox is on a line by itself.

Thanks for your help.

Marnita Beal

Business Support Specialist

Assessment Services

500 ACT Dr. | Iowa City, Iowa 52243-0168

319.337.1672

marnita.bealact.org<http://@marnita.bealact.org> | www.ACT.org<http://www.ACT.org>

<https://twitter.com/ACT> <https://www.linkedin.com/company/10869?trk=tyah&trkInfo=clickedVertical:company,entityType:entityHistoryName,clickedEntityId:company_company_company_company_company_company_company_company_company_company_company_company_company_company_company_10869,idx:1> <https://www.facebook.com/theacttest> <https://www.instagram.com/actstudent/> <https://www.youtube.com/user/TheACTTest>

Badge +8

I am afraid I cannot reproduce your issue then. In my O365 environment, the characters I have added in property 'Text' of the Yes/No field are show right of the checkbox and not below is. I use: App VersionNFO 1.2.3.0

Badge +7

Dear,

Did you get the result you want?

Badge +5

I could not make this work with 365.

Reply