Skip to main content
Nintex Community Menu Bar

Nintex form doenst resize after removing radio buttons from choice control

  • May 15, 2018
  • 3 replies
  • 24 views

Forum|alt.badge.img+6

Hello,

I have a choice control in nintex form to show radio buttons.

radio1

radio2

radio3

radio4

Based on certain fields on the form, i would like to only show few radio buttons in the form. I am trying to achieve this using jquery on drop down change event.

But i see that there is space shown even after the radio buttons are hidden.

Can any one share some thoughts on how to fix this.

Thanks in advance

Usha

3 replies

Forum|alt.badge.img+11
  • Nintex Partner
  • May 16, 2018

Hi Usha,

can you please post the jquery code you are using to hide the radio buttons?


Forum|alt.badge.img+6

Hello Philipp,

Thanks for your reply. Below is the code.

To hide

NWF$("span[data-nfChoiceValue='displayname']").css('display','none');

To display backĀ 

NWF$("span[data-nfChoiceValue='displayname']").css('display','inline');

Thanks and Regards

Usha


Forum|alt.badge.img+6

I acheived this finally by updating the "top" attribute so that the below field/panel can go up when radio buttons are hidden.

Thanks & Regards,

Usha