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

Fields

Custom fields, calculations, and element query customization.

Write your own parsing logic for the Calculations field

The Calculations field is a powerful field type, allowing you to take other fields' content and combine them in a number of different ways. But, you can also provide your own logic for how to handle values!

How to modify Element field's queries to change what elements can be chosen

Entries, Categories, Products, Users (i.e. Element) fields all provide a list of elements for the user to select from on the front-end. Walk through how we can modify which elements are shown with advanced querying.

Creating your own custom field from scratch (Formie 2)

Despite Formie's 30+ fields, there's always room for more! This guide will take you from start to finish creating your own custom field.