adding information icon on landing page form

Anonymous
Not applicable

adding information icon on landing page form

Has anoyone tried putting an information/question mark icon on forms so that when someone hoovers over the icon, then additional information would pop up?
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: adding information icon on landing page form

This is possible, but I'm not quite sure how to do this. Check out my Forms guide to look for discussions on this topic.
Anonymous
Not applicable

Re: adding information icon on landing page form

The JavaScripot/jQuery's onMouseOver event could be one possibility. 
It creates an event when the mouse is passed over active text or image.

http://www.htmlgoodies.com/beyond/javascript/article.php/3470771/Advanced-JavaScript-for-Web-Developers-onClick-and-onMouseOver.htm



Anonymous
Not applicable

Re: adding information icon on landing page form

Thanks for the quick responses. Will continue to dig through the community and google for this information.
Anonymous
Not applicable

Re: adding information icon on landing page form

Already the "Instructions" on the form will popup when you hover over the form field. You'd have to get involved in some scripting to add a [data icon] to a label and then associate the proper onHover event. Note this won't be helpful to mobile users.