How can I change this following function so that notify member per email is checked automatically:
<label><input type="checkbox" id="notify_mail"/>__notify__</label>
Thank you in advance :-)
How can I change this following function so that notify member per email is checked automatically: <label><input type="checkbox" id="notify_mail"/>__notify__</label>
Thank you in advance :-) Diddy is not greedy and has time. Dolphin is cool and its not just mine :-) |
replace this code line : <label><input type="checkbox" id="notify_mail"/>__notify__</label> with : <label><input type="checkbox" id="notify_mail" checked="checked" />__notify__</label> PS: If possible do not write me personally, please try to ask on the forum first |
Hi Sasha, Cool thanks :-) Diddy is not greedy and has time. Dolphin is cool and its not just mine :-) |
What files is this in? All for one and one for all....ah sod it who am i kidding! |
never mind i found it :) All for one and one for all....ah sod it who am i kidding! |