Additional Widget Options
Within the code generated by Airdesk, you can add extra widget handling options.
Example of a code generated by Airdesk that is placed on the client's page:
To use widget functions with javascript, these must always be called within a load event.
window.addEventListener ('load', function () {})
You can call up these options after initialization of the widget like for example make the widget, after loading on the page, automatically open the form as follows:
Or, it's also possible to call the options in the client's javascript after the widget is initialized, as follows:
Last updated