Is there a way to remove or hide the list descriptions from the subscribe form without editing the source?
Code: Select all
Thanks.
Code: Select all
Thanks.
Well you can do some funky conditional replacements with Smarty on the template (I know it's not the ideal solution...). What I don't recommend is changing in any way the source php files (see this post).atdesign wrote:Right, but this tag {$curr_id} prints out the list name and description.