Anyone know if it is possible to have the "subscribe to newsletters" checkbox marked on the signup page? Currently, the new member has to check the box to subscribe. I would like the box to be checked, and if the new member does not want to subscribe, he/she can uncheck it before signing up. Thanks!
Replace in amember/templates/signup.html {if $smarty.request.to_subscribe}checked="checked"{/if} /> to checked="checked" />
Thanks Alex. I can try that. However, will this option be available in the Admin at a later point? Each time aMember gets updated, one has to edit the page again. For example, I have to add a link to Kagi payment processor in the signup page each time aMember gets upgraded. Any news on when Kagi might get added as a payment processor? Sorry its off topic, but relevant to manual editing of templates. Thanks.