WPIntell

Source evidence

Checkbox are inside a div, then go in new line.

Contact Form Clean and Simple · support · 2024-04-20T16:27:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 27 rows with source links

25.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Salvatore Noschese unresolved
<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.

Comments

2 shown
Alan Fuller 2024-04-20T20:26:00+00:00

Sorry I dont fully understand the issue as described. can you further explain.

Salvatore Noschese 2024-04-20T20:42:00+00:00

Simple contact form issue see both image. One is fixed after my edit, other isn’t fixed.