• cnelson67

    (@cnelson67)


    Is there anyway to make it so when the person goes to type in their passcode, they can see what they are typing? Emails can be rather long and we need them to be able to see it as they type it in.

    Thank you

    https://ww.wp.xz.cn/plugins/rsvp/

Viewing 1 replies (of 1 total)
  • I just emailed their support about this and they sent me a snippet of code that worked great. You can add in some JavaScript like below to the page with RSVP on it make the passcode be displayed.

    <script type="text/javascript">
    	jQuery(document).ready(function() {
    		jQuery("#rsvpPlugin #passcode").attr("type", "text");
    	})
    </script>
Viewing 1 replies (of 1 total)

The topic ‘Passcode made visible as user types it in’ is closed to new replies.