PHP Classes

File: src/Cabin/Bridge/View/cargo/form_register_extra_fields.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/cargo/form_register_extra_fields.twig   Download  
File: src/Cabin/Bridge/View/cargo/form_register_extra_fields.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 735 bytes
 

Contents

Class file image Download
<label for="full_name">{{ __("Full Name") }}:</label> <input type="text" id="full_name" name="full_name" placeholder="{{ __("Enter your Full Name") }}" class="pure-input-1" /> <label for="email">{{ __("Email Address") }}:</label> <input type="text" id="email" name="email" placeholder="user@example.com" class="pure-input-1" /> <input id="allow_reset" type="checkbox" name="allow_reset" value="1" checked="checked" /> <label for="allow_reset" class="inblock">{{ __("Allow Password Reset (Requires Email Address)") }}</label> <br /> <label for="gpg_public_key">{{ __("GnuPG Public Key") }}:</label> <textarea class="gpg-textarea" name="gpg_public_key" id="gpg_public_key" placeholder="-----BEGIN PGP PUBLIC KEY BLOCK-----"></textarea>