Created
January 25, 2016 17:56
-
-
Save w3guy/9e7b6be5e300ed031b18 to your computer and use it in GitHub Desktop.
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
<form method="post" novalidate> | |
<div id="msform"> | |
<!-- progressbar --> | |
<ul id="progressbar"> | |
<li class="active">Account Setup</li> | |
<li>Social Profiles</li> | |
<li>Personal Details</li> | |
</ul> | |
<!-- fieldsets --> | |
<fieldset> | |
<h2 class="fs-title">Create your account</h2> | |
<h3 class="fs-subtitle">This is step 1</h3> | |
[reg-username placeholder="Username"] | |
[reg-email placeholder="Email"] | |
[reg-password placeholder="Password"] | |
<input type="button" name="next" class="next action-button" value="Next"/> | |
</fieldset> | |
<fieldset> | |
<h2 class="fs-title">Social Profiles</h2> | |
<h3 class="fs-subtitle">Your presence on social networks</h3> | |
[reg-cpf key="twitter" type="text" placeholder="Twitter"] | |
[reg-cpf key="facebook" type="text" placeholder="Facebook"] | |
[reg-cpf key="google" type="text" placeholder="Google Plus"] | |
<input type="button" name="previous" class="previous action-button" value="Previous"/> | |
<input type="button" name="next" class="next action-button" value="Next"/> | |
</fieldset> | |
<fieldset> | |
<h2 class="fs-title">Personal Details</h2> | |
<h3 class="fs-subtitle">We will never sell it</h3> | |
[reg-first-name placeholder="First Name"] | |
[reg-last-name placeholder="Last Name"] | |
[reg-nickname placeholder="Nickname"] | |
[reg-bio placeholder="Biography"] | |
<input type="button" name="previous" class="previous action-button" value="Previous"/> | |
[reg-submit class="submit action-button" value="Submit"] | |
</fieldset> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't see the actual theme on my site

i bought the ultimate package but i can't find the stride theme when i try this code this is the actual output