{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}Create Hosting Client Account | Host in Sri Lanka{% endblock %} {% block content %}
{% if venue.cover_image %} {% else %} {% endif %}
{% csrf_token %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}

Your Contact Details

These details help us create your Hosting Client profile and connect your booking order.

{{ form.full_name }} {% for error in form.full_name.errors %}
{{ error }}
{% endfor %}
{{ form.email }} {% for error in form.email.errors %}
{{ error }}
{% endfor %}
{{ form.phone_number }} {% for error in form.phone_number.errors %}
{{ error }}
{% endfor %}
{{ form.whatsapp_number }} {% for error in form.whatsapp_number.errors %}
{{ error }}
{% endfor %}
{{ form.country }} {% for error in form.country.errors %}
{{ error }}
{% endfor %}
{{ form.city }} {% for error in form.city.errors %}
{{ error }}
{% endfor %}
Back to Venue

Why create an account?

Your booking order needs a secure client profile for payment and future coordination.

Next Step Booking Form

After creating your account, you will continue to the booking form for this venue.

Selected Venue {{ venue.venue_name }}
Location {% if venue.city %}{{ venue.city }}{% endif %} {% if venue.city and venue.district %}, {% endif %} {% if venue.district %}{{ venue.district }}{% endif %}
{% if venue.max_guest_capacity %}
Capacity Up to {{ venue.max_guest_capacity }} guests
{% endif %}

How It Works

A simple path from signup to booking.

  • Create your Hosting Client account with basic contact details.
  • Select your event type, date, package, meal plan, and add-ons.
  • Review the total amount and continue to the Payment Center.
  • After payment, the booking becomes confirmed for coordination.
{% endblock %}