Guest Posted October 23, 2007 Posted October 23, 2007 i like to put the newsletter option ticked and if the customer does not want it they can untick it regards in the create_account.php regards thanks again
Guest Posted October 23, 2007 Posted October 23, 2007 i like to put the newsletter option ticked and if the customer does not want it they can untick itregards in the create_account.php regards thanks again Find where it has the tep_draw_checkbox_field, and change it from tep_draw_checkbox_field('newsletter', '1') to tep_draw_checkbox_field('newsletter', '1', true) And that should do it. If not, try true with quotes.
Guest Posted October 24, 2007 Posted October 24, 2007 cheers tep_draw_checkbox_field('newsletter', '1', true) worked thanks a lot !
tracstev Posted November 13, 2007 Posted November 13, 2007 HI This doesn't work for me does anyone know another method?? I've tried these with and without quotes: echo tep_draw_checkbox_field('newsletter', '1', 'true') echo tep_draw_checkbox_field('newsletter', '1', 'checked') Thanks!!
DejaVu Posted November 13, 2007 Posted November 13, 2007 Instead of 'true' try '1'. Strange it shouldnt work for you though. I thought we was all using the same system here! :)
geoffwin Posted November 14, 2007 Posted November 14, 2007 Instead of 'true' try '1'. Strange it shouldnt work for you though. I thought we was all using the same system here! :) Just worked for me - aren't search functions great? I would be lost without these forums - thanks to all that contribute. Geoff Telegraph Point 2441 Australia
Recommended Posts
Archived
This topic is now archived and is closed to further replies.