You are viewing an older version of the Formie documentation (2.x). View the latest version (3.x) →

Templating

Front-end templates, success pages, redirects, and theme patterns.

The complete guide to rendering submission content (Formie 2)

So, you want to show the content of a submission hey? This guide covers all the different ways to output content, along with some fundamentals on field layouts.

Build a success page for your form

What better way to let your users know their form submission was a success than with a success page!

How to conditionally-redirect users based on their input

While Formie doesn't support conditional redirects (we're working on it!), there's a few ways you can achieve redirecting your users based on conditional logic.

Create a gated download page for your form

Create forms that act as a "gate" to assets, resources or external links.

Add floating labels to your form fields

Floating labels are a slick UI pattern that places the field's label within inputs, and animates when focused. See how we can wrangle Formie to use this without touching templates!

Create a content-managed user registration form with Formie

Did you know you can use Formie to content manage other forms in Craft, like user registration and profile-editing?

How to manually set the page for a form

Want to send your users straight to a particular page on a multi-page form?

Custom templating for Repeater fields

Let's dive into how a Repeater field works, and build some custom templating to show just what you can do.