# content-protector/4.2.12/inc/templates/password-form.php

Passster – Password Protect Pages and Content, version 4.2.12. 19 lines.

- Page: https://pluginprobe.com/plugins/content-protector/4.2.12/code/inc/templates/password-form.php
- Raw: https://pluginprobe.com/plugins/content-protector/4.2.12/raw/inc/templates/password-form.php
- Modified: 2024-12-20T14:05:42+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/content-protector/4.2.12/code/inc/templates/password-form.php#L10-L20`.

```php
<div class="passster-form[PASSSTER_HIDE]" id="[PASSSTER_ID]">
    <form class="password-form" method="post" autocomplete="off" target="_top">
        <span class="ps-form-headline">[PASSSTER_FORM_HEADLINE]</span>
        <p>[PASSSTER_FORM_INSTRUCTIONS]</p>
        <fieldset>
            <span class="ps-loader"><img src="[PS_AJAX_LOADER]"/></span>
            <label for="[PASSSTER_AUTH]" style="display:none;">Enter your password</label>
            <input placeholder="[PASSSTER_PLACEHOLDER]" type="password" tabindex="1" name="[PASSSTER_AUTH]"
                   id="[PASSSTER_AUTH]" class="passster-password" autocomplete="off"
                   data-protection-type="[PASSSTER_TYPE]" data-list="[PASSSTER_LIST]" data-lists="[PASSSTER_LISTS]" data-area="[PASSSTER_AREA]"
                   data-protection="[PASSSTER_PROTECTION]">
            [PASSSTER_SHOW_PASSWORD]
            <button name="submit" type="submit" class="passster-submit" data-psid="[PASSSTER_ID]" [PASSSTER_ACF]
                    data-submit="...Checking Password" data-redirect="[PASSSTER_REDIRECT]">[PASSSTER_BUTTON_LABEL]
            </button>
            <div class="passster-error"></div>
        </fieldset>
    </form>
</div>
```
