PluginProbe
The WP Remote WordPress Plugin / 4.74
The WP Remote WordPress Plugin v4.74
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | admin/components/form.php +2 -2 5.224.74 View file →
@@ -1,14 +1,14 @@
1 1 <div class="email-form">
2 2 <div class="row">
3 3 <div class="col-xs-12 form-container">
4 4 <div class="search-container text-center ">
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">
5 + <form action="<?php echo $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 8 <?php echo $this->siteInfoTags(); ?>
9 9 <input type="text" placeholder="Enter your email address to continue" id="email" name="email" class="search" required>
10 - <h5 class="check-box-text"><input type="checkbox" class="check-box" name="consent" value="1" required>
10 + <h5 class="check-box-text mt-2"><input type="checkbox" class="check-box" name="consent" value="1" required>
11 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>
12 12 <button id="get-started" type="submit" class="e-mail-button"><span>Get Started</span></button>
13 13 </form>
14 14 </div>