| @@ -4,19 +4,13 @@ | ||
| 4 | 4 | <div class="search-container text-center "> |
| 5 | 5 | <form action="<?php echo esc_url($this->bvinfo->appUrl()); ?>/plugin/signup" style="padding-top:10px; margin: 0px;" onsubmit="document.getElementById('get-started').disabled = true;" method="post" name="signup"> |
| 6 | 6 | <input type='hidden' name='bvsrc' value='wpplugin'/> |
| 7 | 7 | <input type='hidden' name='origin' value='wpremote'/> |
| 8 | - <?php | |
| 9 | - // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Already Escaped | |
| 10 | - echo $this->siteInfoTags(); | |
| 11 | - ?> | |
| 12 | - <input type="text" placeholder="Enter your email address to continue" id="email" name="email" class="d-inline search" required> | |
| 8 | + <?php echo $this->siteInfoTags(); ?> | |
| 9 | + <input type="text" placeholder="Enter your email address to continue" id="email" name="email" class="search" required> | |
| 13 | 10 | <h5 class="check-box-text"><input type="checkbox" class="check-box" name="consent" value="1" required> |
| 14 | 11 | <label>I agree to WP Remote <a href="https://wpremote.com/tos/" target="_blank" rel="noopener noreferrer">Terms of Service</a> and <a href="https://wpremote.com/privacy/" target="_blank" rel="noopener noreferrer">Privacy Policy</a></label></h5> |
| 15 | - <button id="get-started" type="submit" class="e-mail-button"><span>Get Started</span></button> | |
| 16 | - <div style="margin-top: 12px;"> | |
| 17 | - <a href="#" id="wpr-show-connection-key-link" style="text-decoration: underline;">Connection key</a> | |
| 18 | - </div> | |
| 12 | + <button id="get-started" type="submit" class="e-mail-button"><span>Get Started</span></button> | |
| 19 | 13 | </form> |
| 20 | 14 | </div> |
| 21 | 15 | </div> |
| 22 | -</div> | |
| 16 | +</div> | |