diff --git a/assets/pasted-20260122-083945-239ca6c5.png b/assets/pasted-20260122-083945-239ca6c5.png
new file mode 100644
index 0000000..a9db307
Binary files /dev/null and b/assets/pasted-20260122-083945-239ca6c5.png differ
diff --git a/core/templates/core/job_form.html b/core/templates/core/job_form.html
index 09a9bb5..b92c612 100644
--- a/core/templates/core/job_form.html
+++ b/core/templates/core/job_form.html
@@ -16,6 +16,12 @@
{{ form.job_ref }}
{% if form.job_ref.errors %}
{{ form.job_ref.errors.0 }}
{% endif %}
+
+
+
+ {{ form.client }}
+ {% if form.client.errors %}
{{ form.client.errors.0 }}
{% endif %}
+
{% if company.is_uprn_required %}
@@ -83,4 +89,4 @@
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/staticfiles/pasted-20260122-083945-239ca6c5.png b/staticfiles/pasted-20260122-083945-239ca6c5.png
new file mode 100644
index 0000000..a9db307
Binary files /dev/null and b/staticfiles/pasted-20260122-083945-239ca6c5.png differ