Doubt in Inventrom form

Hi @mayank.sharma,
You cannot use onload on h1 tag. Onload does not support that. The following are the tags supported by onload function.
Supported HTML tags:
body, frame, frameset, iframe, img, input, link, script and style.

Let me know in case you need any other information.

Same for onclick also?

Hi @mayank.sharma,
onclick event is supported by all tags except the following ones.
All HTML elements, EXCEPT: base, bdo, br, head, html, iframe, meta, param, script, style, and title.

Let me know in case you need any other information.

Please i tried this js code in my project but not working please check what is the problem here?

Hi @mayank.sharma,
Try adding it after the body tag at the end.

What should I need to try at end of body tag?
Script tag?

Yes, add the script tag after the end tag of the body.

hello