Hello!
Help please./
What and where should I chang to make the box CHECKED? I mean the one next to - Apply Custom Date & Time? (If you leave this unchecked, real date & time will be used.)
I see template adv_editform
There's a code:
PHP Code:
<div style="margin-top: 2px;">
<label for="cb_use_new_dateline">
<input type="checkbox" id="cb_use_new_dateline" name="use_new_dateline" value="1" <vb:if condition="isset($checked['use_new_dateline'])">checked="checked"</vb:if> /> {vb:rawphrase advedit_use_new_dateline}
</label>
</div>
but I don't understand what to change...