adding information icon on landing page form | Community
Skip to main content
January 28, 2013
Question

adding information icon on landing page form

  • January 28, 2013
  • 4 replies
  • 1291 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

January 28, 2013
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.
January 28, 2013
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



January 28, 2013
Thanks for the quick responses. Will continue to dig through the community and google for this information.
January 30, 2013
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.