File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Resources/templates/default/partials/form Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- <label for="<?= $ this ->trap ?> " style="width: 0px; height: 0px; margin: 0px; padding: 0px; opacity: 0; display: block;">
1
+ <?php
2
+ $ style_hidden = "width: 0px; height: 0px; margin: 0px; padding: 0px; border: 0px; opacity: 0; display: block; "
3
+ ?>
4
+
5
+ <label for="<?= $ this ->trap ?> " style="<?= $ style_hidden ?> ">
2
6
<?= $ this ->text ('contact-email-field ' ) ?>
3
7
</label>
4
- <br style="width: 0px; height: 0px; margin: 0px; padding: 0px; opacity: 0; display: block; " />
5
- <input id="<?= $ this ->trap ?> " name="<?= $ this ->trap ?> " value="" type="text" class="short" style="width: 0px; height: 0px; margin: 0px; padding: 0px; opacity: 0; display: block; " />
8
+ <br style="<?= $ style_hidden ?> " />
9
+ <input id="<?= $ this ->trap ?> " name="<?= $ this ->trap ?> " value="" type="text" class="short" style="<?= $ style_hidden ?> " />
You can’t perform that action at this time.
0 commit comments