Page v5 compatibility > Input Advanced Tab > On Value Change Functionality | Community
Skip to main content
Zamwize
Level 2
October 1, 2021
Solved

Page v5 compatibility > Input Advanced Tab > On Value Change Functionality

  • October 1, 2021
  • 1 reply
  • 1467 views

Hello!

 

While building a web form with a Page (v5 compatibility) activity, I brought in an input field for the recipient to enter their first name. I noticed in the Advanced tab (where you can adjust the label formatting, input zone, etc.) there is an option for "On value change" with and LOV of "Do Nothing, Refresh page, or Refresh an item".

 

If I select "Refresh an item", a third line appears underneath asking "Item to refresh".

 

Questions: What does this do and how would I leverage this properly?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jyoti_Yadav

Hi @zamwize ,

 

'On Value Change' is additional feature provided to design your input form. 

Various options are the action you want to perform on input form. i.e

When user changes the value entered in 'First Name' field, do you want page to load again, or to refresh another field or do nothing on the page.

This feature might not seem important for first name field, but it will be helpful when one field is dependent on other for example you have two fields:

Field1 having values of 'State' and Field2 having values of 'ZipCode'.

Each time you change value of Field1, you do want to refresh complete page or particular Field2 and pick relevant values for Field2. 

 

Thanks,

Jyoti

1 reply

Jyoti_Yadav
Jyoti_YadavAccepted solution
Level 8
October 7, 2021

Hi @zamwize ,

 

'On Value Change' is additional feature provided to design your input form. 

Various options are the action you want to perform on input form. i.e

When user changes the value entered in 'First Name' field, do you want page to load again, or to refresh another field or do nothing on the page.

This feature might not seem important for first name field, but it will be helpful when one field is dependent on other for example you have two fields:

Field1 having values of 'State' and Field2 having values of 'ZipCode'.

Each time you change value of Field1, you do want to refresh complete page or particular Field2 and pick relevant values for Field2. 

 

Thanks,

Jyoti

November 11, 2021

Hi @jyoti_yadav ,


Following up on @zamwize 's question, how do we leverage that "Item to refresh" option?

I have a form with some checkboxes (default unchecked) and, upon checking the final one ("all of the above") I would like all the rest to be checked automatically.

 

How do I indicate, in the Advanced tab of this last checkbox, that if the value changes, it has to check all the rest of checkboxes?

Thank you,