Hi Everyone,
I have 3 objects, Textbox Combo Box and Radio buttons that is hidden and unhide these 3 objects when the Check Box is checked.
I have a Button 'submit' onSelect trigger to send data to SharePoint list thru SubmitForm and NewForm function. . I noticed after an item is created the 3 objects is still visible although the Check Box is already UnCheck.
How do I keep the 3 objects Hidden after the form is Submitted? Thanks for all your help 🙂
Hi v-Bofeng,
Can you elaborate more how this is being done?
I have set a variable _controlVisible in button 'submit' and value is false
in my text input i.e 'textinput1',for visible property this object hides when checkbox1.value = false, how can I use _controlVisible variable to control/hide the visibility of textinput1 after the form is submitted?
This formula I am using in 'textinput1' visible property
If(checkbox1.value = true, true) ,
this work ok however after the form is submitted, checkbox1 switch to uncheck which is expected however textinput1 remains visible
Hi @vicsaisan ,
You could use variables to control the visibility of the controls. For example:
When you submit form , execute this formula.
Set(ControlVisible,fasle)
Set these there controls Visible property to:
ControlVisible
If you need to make these controls visible, just set the variable ControlVisible to true.
Best Regards,
Bof
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional