Skip to main content

KFC Order Creation

A demonstration of embedding a partner's own web form inside the platform, so people work in one place instead of moving between systems. The example used is a Verifone order form.

What you see

The page is a frame and nothing more: a header, then the order form itself filling the rest of the screen. Everything inside the frame — the fields, the validation, the submit button — belongs to the external form, not to the platform. Create an order the way that form expects, and it is submitted straight to the system behind it.

Because the form is hosted elsewhere, the platform has no control over its fields or its behaviour. If the form does not load, the system hosting it is unavailable; the platform will show whatever that system returned.

Why it is here

This is a demo integration, included to show the pattern rather than to be used in production:

  • An external system with its own user interface can be brought inside the platform, under the same navigation, header and access rules.
  • No data is re-keyed and nothing is mirrored — the form is the original.
  • The address it points at is configuration, so the same page can be pointed at a different environment or a different form entirely.

The other demo integrations — UK Police Crime Report and ServiceNow — show the opposite pattern, where the platform calls an external service and renders the results itself.