How to add a tooltip for a standard form field like Title, Name, E-mail

From JReviews Documentation
Revision as of 20:27, 4 November 2009 by Jreviews (Talk | contribs) (Created page with 'Edit the theme file of the submit form: *\com_jreviews\jreviews\views\themes\{theme_name}\listings\create_form.thtml Use this code to include a tooltip: <source lang="php"> <spa…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Edit the theme file of the submit form:

  • \com_jreviews\jreviews\views\themes\{theme_name}\listings\create_form.thtml

Use this code to include a tooltip:

<span class="jr_infoTip" title="This is the tooltip text"></span>

Add the code inside the <label> tag of any form field