# convertkit/3.4.3/views/frontend/restrict-content/form.php

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 3.4.3. 19 lines.

- Page: https://pluginprobe.com/plugins/convertkit/3.4.3/code/views/frontend/restrict-content/form.php
- Raw: https://pluginprobe.com/plugins/convertkit/3.4.3/raw/views/frontend/restrict-content/form.php
- Modified: 2026-07-20T08:40:12+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/convertkit/3.4.3/code/views/frontend/restrict-content/form.php#L10-L20`.

```php
<?php
/**
 * Outputs a form for the subscriber to enter their
 * email address to subscribe to the form, granting
 * them access.
 *
 * @package ConvertKit
 * @author ConvertKit
 */

echo $form; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
?>
<div id="convertkit-restrict-content">
	<?php
	// Output a login link or form.
	require 'login.php';
	?>
</div>

```
