{% extends 'core/base.html' %} {% load static %} {% block title %}Dynamic Form Preview - SwiftPOS{% endblock %} {% block topbar_title %} Dynamic Form Preview {% endblock %} {% block content %}
Dynamic Form Preview
This shows how your custom fields are rendered for staff.
Back to Field Builder
Form
{% csrf_token %} {{ form_html|safe }}
How it works

This preview renders the HTML generated from your field builder.

  • Any field marked Required will be validated server-side.
  • Order is based on the Display Order value in each field.
  • Receipt / report visibility is controlled in the field settings.
Tip
Test this form the same way cashiers will use it, then adjust your fields if something feels confusing.
{% endblock %}