On Click events inside On Page Load events - possible?
I have a bunch of interactions kicking off on a page load, and another set (which are similar) on a button's OnClick event.
To level the events out a bit, I want to be able to trigger the button's OnClick from the Page Load event. Is this possible? Any examples on how to? Thanks
Hi Ian,
This is likely not possible unless you change the event from OnClick to On Page Load, too.
Best,
Danielle
Hi Ian,
This is likely not possible unless you change the event from OnClick to On Page Load, too.
Best,
Danielle
Replies have been locked on this page!