{% extends 'layouts/layout.html' %} {% block page_head %} {# #} {# with CDN #} {# with locally stored vendor project - this is imported into contact.js #} {% endblock %} {% block page_nav_links %} {# Contact Form Contact Details #} {% endblock %} {% block page_body %} {# #} {% set form = model.form_contact %}

Contact Us

Please fill in the form below and we'll get back to you as soon as possible.

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{{ form.csrf_token }}
{{ form.email(class="form-input", required=True) }}
{{ form.contact_name(class="form-input", required=True) }}
{{ form.company_name(class="form-input", required=True) }}
{{ form.message(class="form-input", required=True) }}
{# {{ model.form_contact.recaptcha() }} #} {# #}
{{ form.altcha.label }} {# {{ form.altcha }} {{ form.altcha.hidden() }} #}
{{ model.form_contact.submit() }}

How we use your information

We will use the information you provide in this form to:

  • Respond to your inquiry about our ERP implementation services
  • Create and send you a proposal if requested
  • Contact you regarding your interest in our services

If you opt in to marketing communications, we will also use your email address to send you updates about our services, ERPNext features, and relevant industry news. You can unsubscribe from these communications at any time.

We retain contact form submissions for customer service purposes and retain marketing consent records as required by law. For details about how long we keep your information, please see our data retention schedule.

For full details about how we handle your personal data, please read our Privacy Policy.

{# included in footer now

Our contact details

#} {# with CDN #} {# with locally stored vendor project - this is now in contact.js #} {% endblock %}