Instead of
doCode:<?php echo zen_draw_checkbox_field('newsletter', '1', $newsletter, 'id="newsletter-checkbox"') ....
See how $newsletter is the third parameter (counting from 1) to zen_draw_checkbox_field.Code:<?php echo zen_draw_checkbox_field('newsletter', '1', true, 'id="newsletter-checkbox"') ....
This is what you change to the value true.
Good luck,
Scott


lol

