{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ title }} | {{ site_settings.site_name }}{% endblock %} {% block content %} {% if contact_settings.hero_background %} {% else %} {% endif %} Connect With Us {{ title }} Please fill out the form below with your details. We look forward to connecting with you. {% csrf_token %} {% if role == 'buyer' %} Name / Company * Country * Industry Product Required * Quantity Delivery Location Product Specifications Purchase Timeline {% elif role == 'supplier' %} Company Name * Contact Information * Product Categories Production Capacity Certifications Export Markets Products Available {% elif role == 'partner' %} Company Profile * Services Offered * Target Market Areas of Cooperation Partnership Proposal {% elif role == 'distributor' %} Country and Region * Industry Experience (Years) Product Categories * Distribution Network Sales Channels Warehousing Capability {% endif %} Submit Information {% endblock %}
Please fill out the form below with your details. We look forward to connecting with you.