Page Load Event Check in VFlow 2.0

Is the OnLoad event functioning working on a page in VFlow 2.0? If yes, then please provide the step by step configuration.
@Harshit

1 Like

Hi @Ritik_Dixit,
Yes, the onLoad event works for a page, and you can map any task to it. However, there’s one exception — tasks like visible/invisible and enable/disable generally don’t work directly on the page’s onLoad event.
If you need to enable a field inside a form when the page loads, you can instead apply the enable/disable task to the onLoad event of the immediate next field after that specific input element. This approach will help you achieve the desired functionality.

1 Like