yes go into your admin cp templates section
open up your 'registeradult' template and your 'registercoppa' template and apply these changes to both:
_____________
Find:
PHP Code:
<input type="radio" name="pmpopup" value="yes"> yes
<input type="radio" name="pmpopup" value="no" checked> no
Change it to:
PHP Code:
<input type="radio" name="pmpopup" value="yes" checked> yes
<input type="radio" name="pmpopup" value="no"> no
_________
Hope that helps
Regards
- miSt