Skip to content

Commit

Permalink
cleanup unneeded markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdub233 committed Nov 15, 2016
1 parent 52b67d2 commit 751b719
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/form-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,9 @@ class="form-control<?php echo (($field->required) ? ' required' : '') . $class;

$modals[] = '
<div id="text-message-opt-in-modal" title="Text Message Opt-in Policy" class="modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<div class="modal-body">
' . $section->fields[$field_index + 1]->helpText . '
</div>
</div>
</div>
</div>
</div>
';
?>
Expand Down

0 comments on commit 751b719

Please sign in to comment.