Files
Gainsight/Custom_Templates/customer_templates/Walmart Supplier Prod/contact.html.liquid

29 lines
735 B
Plaintext
Raw Normal View History

2025-04-23 16:18:17 -04:00
{% if current_person.properties.first_login == true %}
<script>
window.location.replace('/app');
</script>
{% endif %}
{% include "header" %}
{% include "sub_navigation" %}
<main class="np-main np-catalog np-subpage-container np-max-width">
<h1>Please use the form below to contact the Supplier Academy team.</h1>
<iframe class="airtable-embed" src="https://airtable.com/embed/appf41rlLEtVEHBMO/pagX3d6qFnH84vFPM/form" frameborder="0" onmousewheel="" width="100%" height="1000" style="background: transparent; border: 0px solid #ccc;"></iframe>
</main>
{% include "footer" %}
<style>
h1 {text-align: center;}
@media screen and (min-width: 768px) {
.np-card-content-description {
display: block;
}
}
</style>