Skip to content

Instantly share code, notes, and snippets.

@markbain
Last active April 26, 2017 16:48
Show Gist options
  • Save markbain/8056198 to your computer and use it in GitHub Desktop.
Save markbain/8056198 to your computer and use it in GitHub Desktop.
Add a few hooks for my CSS...
<h3 id="reply-title" class="comment-reply-title">Apply Now</h3>
<p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p>
<div id="two-col-contact">
<div id="contact-message" class="contact-block">
<p>
<label>Your Cover Letter</label>
[textarea your-message placeholder "Your Cover Letter"]
</p>
</div>
<div id="contact-info" class="contact-block">
<p id="contact-name" >
<label>Your Name *</label>
[text* your-name placeholder "Your Name"]
</div>
<p id="contact-email">
<label>Your Email (required)</label>
[email* your-email placeholder "Your Email"]
</p>
<p id="attached">
<label>Your Resume (required)</label>
<span>Please attach your resume in .pdf format.</span>
[file upload-resume id:upload-resume]
</p>
<div id="contact-submit" >[submit "Send"]</div>
</div><!-- two-col-contact -->
<h3 id="reply-title" class="comment-reply-title">Leave a message</h3>
<p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p>
<div id="two-col-contact">
<div id="contact-message" class="contact-block">
<p>
<label>Your Message</label>
[textarea your-message placeholder "Your Message"]
</p>
</div>
<div id="contact-info" class="contact-block">
<p id="contact-name" >
<label>Your Name *</label>
[text* your-name placeholder "Your Name"]
</div>
<p id="contact-email">
<label>Your Email (required)</label>
[email* your-email placeholder "Your Email"]
</p>
</div>
<div id="contact-submit" >[submit "Send"]</div>
</div><!-- two-col-contact -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment