# wpremote/4.76/admin/components/form.php

The WP Remote WordPress Plugin, version 4.76. 16 lines.

- Page: https://pluginprobe.com/plugins/wpremote/4.76/code/admin/components/form.php
- Raw: https://pluginprobe.com/plugins/wpremote/4.76/raw/admin/components/form.php
- Modified: 2021-12-30T11:45:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpremote/4.76/code/admin/components/form.php#L10-L20`.

```php
<div class="email-form">
	<div class="row">
		<div class="col-xs-12 form-container">
			<div class="search-container text-center ">
			<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">
				<input type='hidden' name='bvsrc' value='wpplugin'/>
				<input type='hidden' name='origin' value='wpremote'/>
				<?php echo $this->siteInfoTags(); ?>
				<input type="text" placeholder="Enter your email address to continue" id="email" name="email" class="search" required>
				<h5 class="check-box-text mt-2"><input type="checkbox" class="check-box" name="consent" value="1" required>
				<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>
				<button id="get-started" type="submit" class="e-mail-button"><span>Get Started</span></button>		
			</form>
		</div>
	</div>
</div>
```
