Title: Input formats
Last modified: April 4, 2019

---

# Input formats

 *  Resolved [josesreis](https://wordpress.org/support/users/josesreis/)
 * (@josesreis)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/input-formats/)
 * Hi!
 * Is there a way to set custom field’s input format other than the ones available
   in the “Edit Pod –> Managed Fields –> Additional Field Options –> Format”?
    Or
   is there a way to hook a validation function to further validate the value after
   the user input?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Jim True](https://wordpress.org/support/users/jimtrue/)
 * (@jimtrue)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/input-formats/#post-11410073)
 * You can do lots of things with code: we have filters available at both pre-save
   and post-save and also at the field level.
 * Most of those filters are not heavily documented, however, but are available 
   within the inline documentation on our GitHub site (and within the code itself)(
   mostly within classes/fields): [https://github.com/pods-framework/pods](https://github.com/pods-framework/pods)
 * Pre-save: [https://pods.io/docs/code/filter-reference/pods_api_pre_save_pod_item_podname/](https://pods.io/docs/code/filter-reference/pods_api_pre_save_pod_item_podname/)
 * If you’re looking for something specific, you’re better off joining the #dev-
   chat channel at our Slack Chat at [https://support.pods.io/chat/](https://support.pods.io/chat/)
    -  This reply was modified 7 years, 1 month ago by [Jim True](https://wordpress.org/support/users/jimtrue/).

Viewing 1 replies (of 1 total)

The topic ‘Input formats’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

## Tags

 * [custom type](https://wordpress.org/support/topic-tag/custom-type/)
 * [field](https://wordpress.org/support/topic-tag/field/)
 * [format](https://wordpress.org/support/topic-tag/format/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jim True](https://wordpress.org/support/users/jimtrue/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/input-formats/#post-11410073)
 * Status: resolved