Solved

Form rule not updating value for a hidden control

  • 22 April 2020
  • 1 reply
  • 48 views

Userlevel 4
Badge +12

If I have a text control that is hidden when I use a form rule to update the value the control is not updated. It works if I leave the control visible. This is also the same if the control is visible but is in a group that is marked as hidden.

 

I have a variable that is populated with the function getQueryStringParameter

I have the following form rule:

When a variable is filled

then set a group to visible

else

set textcontrol value to newGuidAsString()

 

I thought a rule would be able to update a control value even if the control is hidden?

icon

Best answer by butlerj 22 April 2020, 16:10

View original

1 reply

Userlevel 5
Badge +19

@Gavin-Adams I've also been able to replicate this and it feels like a bit of a bug to me. Will circle with the team and let you know.

Reply