Guest User

Untitled

a guest
Oct 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <li id="captcha-input-box-contacts">
  2. <label for="captcha_contacts" class="required"><em>*</em>Please type the letters below</label>
  3. <div class="input-box captcha">
  4. <input name="captcha[contacts]" type="text" class="input-text required-entry validation-failed" id="captcha_contacts">
  5. </div>
  6. </li>
  7. <li>
  8. <div class="captcha-image" id="captcha-image-box-contacts">
  9. <img id="captcha-reload" class="captcha-reload" src="url/skin/frontend/base/default/images/reload.png" alt="Reload captcha" onclick="$('contacts').captcha.refresh(this)">
  10. <img id="contacts" class="captcha-img" height="50" src="url/media/captcha/base/4e10928a37926a4c5363ef538901076d.png">
  11. </div>
  12. <script type="text/javascript">//<![CDATA[
  13. $('contacts').captcha = new Captcha('url/index.php/captcha/refresh/', 'contacts');
  14. //]]></script>
  15. </li>
Add Comment
Please, Sign In to add comment