Jump to content

Show or hide on the right place


Anto_BT

Recommended Posts

2wf5nrs.jpg

 

I have this form for sharepoint made in Ardevia.

And the problem is:"DropDown1" is Choice2 and "DropDown2" is Choice 1 then is not in the same row.

 

Here is how it is code for oder things.

 var selectedOption = [[VERTRAGS_x00c4_NDERUNG]];    if (selectedOption){       setTimeout(function(){            jQuery('span[fieldname=VERTRAGS_x00c4_NDERUNG_x0020_2] option[value="'+selectedOption+'"]').remove();   },100);  } var selectedValue = Ardevia.Expressions.Core.FieldValueProvider.GetFormFieldValue('VERTRAGS_x00c4_NDERUNG_x0020_2'); return selectedValue == selectedOption ? null:selectedValue; 

Thank you for reply!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...