{% extends "internet-of-things/base_things.html" %} {% block title %}Contact us | Ubuntu for the Internet of Things{% endblock %} {% block meta_copydoc %}https://docs.google.com/document/d/1Se-fD5hhb7EaR75jd_1D-JkADmg6aLjUs7_bScATvwE/edit{% endblock meta_copydoc %} {% block content %} {% if product == 'smart-displays' %} {% with h1="Contact us about digital signage", intro_text="If you are thinking about building a digital signage product on Ubuntu, please fill in your details below and a member of our team will get in touch.", formid="1422", lpId="2166", returnURL="/internet-of-things#success" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% elif product == 'gateways' %} {% with h1="Contact us about gateways", intro_text="If you would like to know more about Ubuntu for edge gateways, please fill in your details below and a member of our team will get in touch.", formid="1663", lpId="3143", returnURL="/internet-of-things#success" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% elif product == 'robotics' %} {% with h1="Contact us about robotics", intro_text="If you would like to know more about Ubuntu for Robotics, please fill in your details below and a member of our team will get in touch.", formid="1650", lpId="2838", returnURL="/internet-of-things#success" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% elif product == 'appstore' %} {% with h1="Contact us about app stores", intro_text="Enhance your software distribution with a custom, dedicated app store. Fill in your details below and a member of our team will be in touch.", formid="2639", lpId="5811", returnURL="/internet-of-things#success" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% elif product == 'automotive' %} {% with h1="Reinvent the automobile with Ubuntu", intro_text="We would love to hear what you want to create, and be your partner in innovation.", formid="2639", lpId="5811", returnURL="/internet-of-things#success" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% elif product == 'networking' %} {% with h1="Contact us about networking", intro_text="If you would like to know more about Ubuntu for networking, please fill in your details below and a member of our team will get in touch.", formid="3484", lpId="", returnURL="/internet-of-things#success" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% elif product == 'management' %} {% with h1="Contact us about IoT device management", intro_text="If you would like to learn more about our enterprise device management features, please fill in the form below and a member of our team will be in touch.", formid="4296", lpId="", returnURL="/internet-of-things#success" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% else %} {% with h1="Contact us", intro_text="If you are thinking about using Ubuntu Core to power your Internet of Things devices, please fill in your details below and a member of our team will get in touch.", formid="1266", lpId="2551", returnURL="/internet-of-things#success", side1="shared/forms/_desktop_help.html", side2="shared/forms/_desktop_ua-shop.html" %} {% include "shared/_client-contact-us-form.html" %} {% endwith %} {% endif %} {% endblock content %}