Ejemplo n.º 1
0
"
                          name="message"
                          title="<?php 
echo JText::_('PLG_SYSTEM_CONTACTFORMPRO_MESSAGE_DESC');
?>
"
                          ><?php 
echo htmlspecialchars(trim($this->params->get('message', '')));
?>
</textarea>
            </div>
            <div style="clear:both;"></div>
        </div>
        <div class="cfp_field cfp_required captcha">
            <?php 
echo CFPHelper::displayCaptcha($this->params->get('id'), $this->params->get('id'), 'required');
?>
        </div>
        <div class="cfp_field copy">
            <input type="checkbox"
                   id="<?php 
echo $this->params->get('id');
?>
_receive_copy"
                   name="receive_copy"
                   <?php 
echo $this->params->get('receive_copy', '0') ? 'checked="true"' : '';
?>
                   value="1" />
            <label for="">
                <?php