Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form name="form" id="form" action="/contact/" method="post" class="Zebra_Form"><div class="hidden"><input type="hidden" name="name_form" id="name_form" value="form"><input type="hidden" name="timer_form" id="timer_form" value="XhwIoXNCAhNA"><label for="response_form" style="display:none">Leave this field blank</label><input type="text" name="response_form" id="response_form" value="" class="control text" autocomplete="off"></div><div class="row"><label for="name" id="label_name">Name<span class="required">*</span></label><input type="text" name="name" id="name" value="" class="control text validate[required]"></div><div class="row even"><label for="org" id="label_org">Organisation</label><input type="text" name="org" id="org" value="" class="control text"></div><div class="row"><label for="emailadd" id="label_email">Email<span class="required">*</span></label><input type="text" name="emailadd" id="emailadd" value="" class="control text validate[required,email]"></div><div class="row even"><label for="phone" id="label_phone">Phone</label><input type="text" name="phone" id="phone" value="" class="control text validate[digits()]" onkeypress="javascript:return $('#form').data('Zebra_Form').filter_input('digits', event);"></div><div class="row"><label for="msg" id="label_msg">Message<span class="required">*</span></label><textarea name="msg" id="msg" rows="5" cols="80" class="control validate[required]"></textarea></div><div class="row even last"><input type="submit" name="btnsubmit" id="btnsubmit" value="Send Message" class="submit"></div></form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement