How to Auto refresh a Page when a Dropdown value is changed

1
0
-1

Hi

My scenario is I have a Dropdown where a User can choose between 2 values.
Based on the users choice, I perform some JavaScript operation and display some result.
This is fairly straightforward.
But If the user changes the value in the Drop Down , then the Result does not reflect the new change.
I have to manually refresh the page to reset all the variables and then choose the new dropdown value.
I understand the the JavaScript function is called only once and the value is set based on users choice.
But Upon changing the Dropdown value, the JavaScript function is not called again, hence the new change is not reflected.
If I attach a form Variable with the Dropdown then I can see the change instantly, but here I cannot perform the manipulation of the value.
I am just using the options available inside the designer form. I am not using any Custom Widget here.

Is there a way to Refresh the value everytime the user changes the Dropdown value.

Thanks

1 answer

1
0
-1

Hi Dibyajit.Roy, there is a demo (Demo 2 at 27:50 min) in this video:

https://www.youtube.com/watch?v=hk_SHNKPPd8

Comments

Submitted by Dibyajit.Roy on Tue, 11/07/2017 - 11:46

Hi

Thanks for the comment.

can you share the Link again ??

Submitted by carlosalbertomjr on Tue, 11/07/2017 - 11:57
Submitted by Dibyajit.Roy on Tue, 11/07/2017 - 12:05

Thanks a lot. I will Check it out.

Notifications