{% extends "influxframework_theme/templates/base.html" %} {% block title %}Get in Touch{% endblock %} {% from "influxerp_com/templates/includes/card_grid.html" import card_grid %} {% block head_include %} {% endblock %} {% block content %}

Get in Touch

Find out the right person to address your query by clicking on the box below.

{{ card_grid( None, None, [ { "title": "Contact Sales", "content": "Talk to a sales representative to help you understand and evaluate InfluxERP Cloud or Services", "url": "/contact-form" }, { "title": "Contact Support", "content": "Already a InfluxFramework / InfluxERP Customer? Connect with the support team to answer your query", "url": "/contact-support" }, { "title": "Partnerships", "content": "Expand your services with the world's best open source ERP community and a fast growing ecosystem", "url": "/partners/signup" }, { "title": "Apply for a Job", "content": "Check out our company philosophy and opportunities. We are always looking for great engineers and consultants.", "url": "https://influxframework.com/careers/apply" }, { "title": "Report Vulnerability", "content": "Discovered a security issue? Submit a vulnerability report for InfluxERP or InfluxFramework Framework.", "url": "/security/report" }, ]) }}
{{ card_grid( "Contact Details", "Phone, Office Address and Social Media", [ { "title": "Phone", "content": "Skype: InfluxERP
US: +1 209 813 4824
India: +91 22 4897 0555
UK: +44 29 2254 0018
" }, { "title": "Address", "content": "InfluxFramework Technologies Pvt Ltd
D/324 Neelkanth Business Park,
Vidyavihar (W),
Mumbai 400086,
India
" }, { "title": "Social", "content": "Twitter: @influxerp
LinkedIn: InfluxFramework Technologies
Facebook: InfluxERP Page
" } ]) }}

Start Free Trial

Try InfluxERP free for 14 days

{% endblock %}