Trigger Action automatically when page loads
Hi, I want to trigger an action upon a page loads, but I can't find a method that triggers a button click, is there any way?
4 Replies
You'd have to do that with some custom javascript.
Thanks, is there any example that I can follow?
no that i know of.
but you could use a renderhook to inline it or load a .js file with the code too.
Perhaps this code could be helpful for someone.