Conversation
support<div class="<?php echo ( true === cscf_PluginSettings::InputIcons() ) ? "input-group" : ""; ?>"> <?php if ( cscf_PluginSettings::InputIcons() == true ) { ?> <span class="input-group-addon"><span class="glyphicon glyphicon-comment"></span></span> <?php } ?> <input <?php echo ( true == $contact->EmailToSender ) ? 'checked' : ''; ?> type="checkbox" id="cscf_email-sender" name="cscf[email-sender]"> </div> Otuput: <div class=""> <input type="checkbox" id="cscf_email-sender" name="cscf[email-sender]"></div> This part is inside a div, then go in new line. Atm i’ve just disabled via html comment, but need to be fixed. <!--<div class="<?php echo ( true === cscf_PluginSettings::InputIcons() ) ? "input-group" : ""; ?>">--> ... <!--</div>--> This topic was modified 2 years, 1 month ago by Salvatore Noschese .
Sorry I dont fully understand the issue as described. can you further explain.
Simple contact form issue see both image. One is fixed after my edit, other isn’t fixed.
Sorry I dont fully understand the issue as described. can you further explain.
Simple contact form issue see both image. One is fixed after my edit, other isn’t fixed.