{% extends "kubernetes/base_kubernetes.html" %}
{% block title %}Contact us | Kubernetes {% endblock %}
{% block meta_copydoc %}https://docs.google.com/document/d/1Zf_xYK57S5T_T3HtKCPK7bf7vMVIMNuhJggSb-EdgAc/edit{% endblock meta_copydoc %}
{% block content %}
{% if product == 'kubernetes' %}
{% with h1="Contact us about Kubernetes",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'kubernetes-managed' %}
{% with h1="Contact us about Managed Kubernetes",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=kubernetes-managed" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'kubernetes-kubeadm' %}
{% with h1="Contact us about kubeadm",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=kubernetes-kubeadm" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'multicloud' %}
{% with h1="Contact us about multicloud",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=multicloud" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'kubernetes-install' %}
{% with h1="Contact us about Kubernetes",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=kubernetes-install" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'kubernetes-features' %}
{% with h1="Contact us about Kubernetes",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=kubernetes-features" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'kubernetes-consulting' %}
{% with h1="Contact us about Kubernetes consulting",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=kubernetes-consulting" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'kubernetes-add-on' %}
{% with h1="Contact us about Kubernetes with AI/ML",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=kubernetes-add-on" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% elif product == 'kubernetes-support' %}
{% with h1="Contact us about Kubernetes support",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you?product=kubernetes-support" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% else %}
{% with h1="Contact us about Kubernetes",
intro_text="Fill in your details below and a member of our sales team will be in touch.",
formid="3230",
lpId="6274",
returnURL="/kubernetes/thank-you" %}
{% include "shared/_default-contact-us-form.html" %}
{% endwith %}
{% endif %}
{% endblock content %}