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

Passster – Password Protect Pages and Content, version 4.3.14. 20 lines.

- Page: https://pluginprobe.com/plugins/content-protector/4.3.14/code/inc/templates/password-form.php
- Raw: https://pluginprobe.com/plugins/content-protector/4.3.14/raw/inc/templates/password-form.php
- Modified: 2026-09-03T13:47:32+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.3.14/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">
        <[PASSSTER_HEADLINE_TAG] class="ps-form-headline">[PASSSTER_FORM_HEADLINE]</[PASSSTER_HEADLINE_TAG]>
        <div class="ps-form-instructions-wrap">[PASSSTER_FORM_INSTRUCTIONS]</div>
        <fieldset>
            <span class="ps-loader" style="display:none;"><img src="[PS_AJAX_LOADER]" alt="" /></span>
            <label for="input-[PASSSTER_ID]" style="display:none;" class="passster-hidden">[PASSSTER_LABEL]</label>
            <input placeholder="[PASSSTER_PLACEHOLDER]" type="password" tabindex="1" name="[PASSSTER_AUTH]"
                   id="input-[PASSSTER_ID]" 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]" data-post-id="[PASSSTER_POST_ID]" data-term-id="[PASSSTER_TERM_ID]" [PASSSTER_ACF]
                    data-submit="...Checking Password" data-redirect="[PASSSTER_REDIRECT]">[PASSSTER_BUTTON_LABEL]
            </button>
            <div class="passster-error"></div>
        </fieldset>
    </form>
</div>

```
