Created
February 1, 2016 02:26
-
-
Save w3guy/fabae23252580e027482 to your computer and use it in GitHub Desktop.
Memories registration form for WordPress with file upload http://profilepress.net/file-upload-fields-wordpress-registration-form/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="sc-register"> | |
<h1>Sign Up</h1> | |
<div class="sc-container"> | |
[reg-username title="Username" placeholder="Username"] | |
[reg-email title="Email Address" placeholder="Email Address"] | |
[reg-password title="Password" placeholder="Password"] | |
[reg-first-name title="First Name" placeholder="First Name"] | |
[reg-last-name title="Last Name" placeholder="Last Name"] | |
[reg-cpf key="gender" type="select" title="Gender"] | |
Avatar[reg-avatar] | |
Driver's License[reg-cpf key="drivers_license" type="file"] | |
Résumé[reg-cpf key="resume" type="file"] | |
[reg-submit value="Register"] | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment