The CreatorCon Call for Content is officially open! Get started here.

UI action - onLoad issue

mdsannavulla
Kilo Guru

Hi All,

We are making some fields mandatory on click of one UI action button. It is working fine when the form is fully loaded but if we click this button in onLoad it self then it is not asking for fields mandatory its going to next step.

Can we over come the issue in any way?

25 REPLIES 25

Try increasing the wait time.


VigneshMC
Mega Sage

You can have an UI Macro for this.


UI Macro wont allow user's to access the form until the form loads completely


Can you please tell me how to do this by using UI macro?


Yes it is working fine



Can't we hide the UI action buttons on onLoad by using script so that users are not able to click this buttons on onLoad.