Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {freeform:all_form_fields}
  2. <dt>
  3. <label>{freeform:field_label}</label>
  4. </dt>
  5. <dd>
  6. <!-- place holder for ajax errors-->
  7. <div class="error_message"></div>
  8. {freeform:field_output}
  9. </dd>
  10. {/freeform:all_form_fields}
  11.  
  12. {exp:freeform:form
  13. form:id="ajax_form"
  14. form:class="form-horizontal"
  15. form_name="enq_form"
  16. required="business_name|business_category|contact_person|email_address"
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement