Let's talk.

This page stays intentionally simple. It demonstrates a clean frontend-to-backend handoff.

Phone +33 6 00 00 00 00 phone: string
Email hello@example.com email: string

// Example partial contract
// Twig: {{ fm.props.phone }} / {{ fm.props.email }}
// PHP: <?= $fm['props']['phone'] ?> / <?= $fm['props']['email'] ?>