Hey everyone. I've modified the create account action by overriding the Dataface_Create_Account.html template. I'm interested in performing some javascript actions when the page loads, however none of the typical methods of signing up for the onload event are working for me.
My javascript is simply in the head of the file, is surrounded by the {literal}{/literal} tags to protect it from smarty, and my other javascript functions are working so I'm sure it's not an error in the file. It's more likely the context that xataface has already set up for the page to be loaded in.
Can anyone possibly explain to me how to sign up for the onload event from within a xataface overriden template?
Thanks!
-Gersh