Sha256: 3d446f5e52a8c9afcaa35d1b56ebf928641751c65972610722f31fa53ade931e
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 Bytes
Contents
<!-- Quick contact form options stated in _data/quick-contact-opt.yml POSTS to assets/php/quick-contact-submission.php --> <form class="contact-form" action="/assets/php/quick-contact-submission.php" method="post"> <h4 class="quick-form-header">Quick inquiry</h4> <label for="inquiryOption">Select what you would like to discuss</label> <select class="form-element" name="inquiryOption" required> <!--<option value="">Select an option</option>--> {% for items in site.data.quick-contact-opt %} <option value="{{ items }}">{{ items }}</option> {% endfor %} </select> <label for="email">Enter your email</label> <input type="text" class="form-element" name="email" id="email" placeholder="Your email" required> <button class="btn btn-pop btn-outline btn-footer" type="submit" value="Submit" >SEND</button> </form>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
made-slowly-0.0.1 | _includes/quick-contact.html |