Sha256: a47bac41e77f18bc5739fab6a9e415ce923dde83656afad6933134719705128f
Contents?: true
Size: 932 Bytes
Versions: 44
Compression:
Stored size: 932 Bytes
Contents
{% if contact.sent %} <p>Your message has been sent and we’ll get back to you soon.</p> {% else %} <form method="post" action="/contact"> <ul> <li> <label for="name">Name</label> {{ contact | contact_input: 'name' }} </li> <li> <label for="email">Email</label> {{ contact | contact_input: 'email' }} </li> <li> <label for="subject">Subject</label> {{ contact | contact_input: 'subject' }} </li> <li> <label for="message">Message</label> {{ contact | contact_input: 'message' }} </li> <li> <label for="captcha">Spam check</label> <p>Please enter the characters from the image.</p> <div>{{ contact.captcha }}</div> {{ contact | contact_input: 'captcha' }} </li> <li> <button type="submit" name="submit" title="Send us an email">Send</button> </li> </ul> </form> {% endif %}
Version data entries
44 entries across 41 versions & 1 rubygems