Turn an AlayaCare form-definition JSON export into a branded Luminate
.odt template, ready to upload as the form's custom template.
Drop a form-definition .json here
or click to choose a file
or paste JSON
Detected —
What the template will contain
How to use this tool
Turn an AlayaCare form-definition JSON export into a branded
Luminate .odt template — no manual formatting required.
Export the form definition. In AlayaCare, export the form's
definition as JSON. Drag the file onto the drop zone, or paste the JSON into the box.
Check the preview. The panel lists every section and field, the
token each maps to, signatures, and ==true conditionals. Fields that
need attention are flagged.
Build the template. Click Build ODT template to
generate and download the .odt.
Upload it to AlayaCare. In the form's settings, upload the
.odt as its custom template, then Save. Tokens fill in
automatically on each submission.
Signatures are keyed by ordinal (1st signature =
id_signature1, 2nd = id_signature2, …), not the
field's tag — that's how AlayaCare renders the captured signature in the PDF.
<<cs_{fields.field_tag==true}>> … <<es_>>
The only supported conditional (==true) — shows content when a
checkbox / boolean field is ticked.
Download blank form gives you the same document
with every << >> field emptied and checkboxes unchecked — a
printable blank you can open and “Print → Save as PDF”, or fill in by hand.
Everything runs on the committed
assets/reference.odt, so the output always carries Luminate's branding.