Delete radio-buttons on page contact

Hello ...

How Delete radio-buttons on page contact... ?

Send copy to XXX personal email 
Send copy to my personal email 
Notify XXX by e-mail

Thanks per advance

Page contact.png · 192.2K · 87 views
Quote · 4 Dec 2013

http://www.boonex.com/forums/topic/HOW-TO-REMOVE-Send-copy-to-personal-email--2010-08-13.htm

 

In templates/base/mail_box_compose_message.html

 

Find :


<div class="messages_options">
<label><input type="checkbox" id="to_mail"/>__send_copy_to__</label>
<br />
<label><input type="checkbox" id="to_my_mail"/>__send_copy_my__</label>
<br />
<label><input type="checkbox" id="notify_mail"/>__notify__</label>
</div>

Replace with :


<div class="messages_options">
<input type="hidden" id="to_mail"/> 
<input type="hidden" id="to_my_mail"/> 
<input type="hidden" id="notify_mail"/> 
</div>

This is my signature, there are many like it but this one is mine...
Quote · 4 Dec 2013

Thanks !

Quote · 4 Dec 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.