Question

New Responsive Form set textbox value on runtime edit mode

  • 21 June 2023
  • 2 replies
  • 75 views

Badge +1

Is it possible to set the value of textbox at runtime when the form is opened in edit mode every time? I tried to use rules with no success. 

 

I want to capture the current value of another field (a choice field) so when that other field is changed, I can store the current (old) value in the textbox. 

 

 


2 replies

Userlevel 5
Badge +13

Yes you need a couple rules. 
 

  1. Is edit mode - yes
  2. Previous status does not equal status hidden.

 

you might also be able to get away with an always true rule, for example.

 

“Yes” = Yes

You use a formula to just write out yes in the insert value and then type Yes normally in the second field, this is an always true rule that should kick every time the form is editable. 

Userlevel 5
Badge +20

Hi @jleung 
Have you solved your question? 

Reply