Field Types
Pods has an extensive set of field types, each with their own set of options. If those aren’t enough they are also easily extended.
Text Fields
Plain Text: For short plain text input
Website: URL validated text
Phone: Numbers are formated as a phone number
Email: Make sure users input a valid email address
Password: Masked input field for password entry (please note: no hashing or encryption is done)
Paragraph Fields
Plain Paragraph Text: A basic textarea field for paragraph text input.
WYSIWYG (Visual Editor): Supports TinyMCE (WP Default) or CLEditor
Code (Syntax Highlighting): A paragraph text field with syntax highlighting via CodeMirror
Date / Time Fields
Date / Time: A date/time field with a pop-up calendar, time sliders, and configurable formatting options
Date: A date picker field with a pop-up calendar and configurable formatting options
Time: A time field with pop-up time sliders, and configurable formatting options
Number Fields
Plain Number: A text input for numeric values. Supports free-form entry or a slider
Currency: A basic text input field for entering currency values, with options for free-form number or slider and a variety of formatting options
Relationships / Media Fields
File / Image / Video: Upload new media or select from existing ones with our Media Library integration, or use a simple uploader, your choice
Relationship: Relate any item, to any item of any WP object type, another Pod, or a custom user-defined list
Other Field Types
Yes / No: You can’t really go wrong with a checkbox, but we’ve added a few charms to make it stand out
Color Picker: Choose colors, because colors are great
Avatar: Automatically integrates with get_avatar calls for Users extended by Pods. (only available on Extended User Pods)