Welcome
WFV is an elegant way to work with custom forms in WordPress.
A simple fluid and concise API to manage user input, validation, feedback, and safe output.
WFV is intended for developers who prefer creating and managing forms at the code level. This is not a WYSIWYG type plugin and is not targeted for users who are not comfortable writing code.
The idea is to give developers full control over custom forms without the heavy footprint of WYSIWYG form builders.
Psst, WFV is so flexible that you could use Advanced Custom Fields to build a form. Don't believe the hype? check this out
Note
Documentation is a work in progress.
Attention
Alpha testing stage. Very low risk of breaking changes.
Features¶
- 25 Built-in rules
- Custom rules
- Custom error messages
- Helper methods for safe output
- Auto populate any type of field
- XSS and CSFR prevention
- Supports multiple forms on same page
- Validation Hooks if you need to execute code after pass or fail
- Self POST - no redirects, no GET vars, no sessions, no cookies
- No rendered markup
- Developer freedom