{% extends "base.html" %} {% block title %}Share Feedback | TrustForge{% endblock %} {% block meta_description %}Share feedback on your recent service experience and help create verified proof of work.{% endblock %} {% block content %}
Customer feedback

How was your experience?

{{ job.business.name }} completed {{ job.service_type|lower }} in {{ job.city }}, {{ job.state }}. Your feedback helps verify real work and guide follow-up.

{% if submitted %}
{% if positive %}

Thank you — this proof is ready to help the next customer.

Your feedback has been saved. The business can now publish this as verified proof of work.

{% if redirect_url %} Continue to Google review {% endif %} {% else %}

Thanks for the feedback.

This response stays internal so the business can follow up directly and improve the experience.

{% endif %}
{% else %}
{% csrf_token %}
{% for radio in form.experience %} {% endfor %}
{% if form.experience.errors %}
{{ form.experience.errors|join:', ' }}
{% endif %}
{{ form.testimonial }} {% if form.testimonial.errors %}
{{ form.testimonial.errors|join:', ' }}
{% endif %}
{% endif %}
{% endblock %}