Thank you for your reply, and I'm sorry I'm so late coming back. I had given up on this and I still feel it's so important to usability to have them "on" for new
Actually, yes, I tried that, for example, as above, instead of
PHP Code:
<input type="checkbox" id="posted_data_by_sku" name="posted_data[by_sku]"{if $search_prefilled eq "" or $search_prefilled.by_sku} checked="checked"{/if} />
I now have
PHP Code:
<input type="checkbox" id="posted_data_by_sku" name="posted_data[by_sku]" checked="checked" />
And the fields still do not default to "checked". I am stimeyed by this one
If you or anyone else can help me with this, I would be so grateful.