Hi, I'm trying to create an alternative version of my Free membership level signup form suitable for display in one of those annoying javascript popup windows (to, ideally, improve conversion ... we'll see ...) At any rate, I've got a custom WordPress template for this popup that strips out all extraneous stuff (i.e., it only has the WordPress loop in it and bare minimum HTML).
The WordPress new page I've created utilizing this template has the following s2Member shortcode:
[s2Member-Pro-PayPal-Form register="1" level="0" ccaps="" desc="Signup now, it's Free!" custom="members.learnvisualstudio.net" tp="0" tt="D" captcha="clean" success="http://members.learnvisualstudio.net/popup-success/" /]
However, when I do this, the "Password Strength Indicator" on the form doesn't work.
So, what files / resources do I need to include in my new WordPress template at a minimum to get this to work? Thanks!