Fields

Developer Guide

Build a Custom Field

Section: Developer Guide Topic: Fields Applies to: Elzo Forms Free and Pro Scope: PHP, frontend rendering, admin field settings, validation, sanitization This guide shows how to create a custom Elzo Forms field type. You will build a practical Star Rating field that appears in the form builder, renders on the frontend, saves a submitted rating, […]
Read
Developer Guide

Field API Reference

Section: Developer Guide Topic: Fields Applies to: Elzo Forms Free and Pro Scope: PHP field classes, field configuration, admin save normalization, frontend rendering, validation, sanitization, JSON form data This reference documents the \ElzoForms\Field\Field base class and the data contract used by Elzo Forms field types. If you are building your first custom field, start with […]
Read