I do most of my development in Drupal. However I’m working on a WordPress site and I need to make a form.

Which got me thinking: Is there something like a Form API for WordPress like there is in Drupal? Is there a way to add a standardized form by using PHP?

6

No, but it should 😉

There are several custom field class’s (backend).

  • wpAlchemy : https://github.com/farinspace/wpalchemy
  • Meta Box Script: https://github.com/rilwis/meta-box
  • My-Meta-Box: https://github.com/bainternet/My-Meta-Box
  • meta-box-class: https://github.com/corycrowley/meta-box-class
  • Meta Boxes Class: https://github.com/Bakke/Wordpress-Custom-Meta-Boxes-Class

For front-end forms, you probably best off with a plugin in Eugene Manuilov’s link.

Leave a Reply

Your email address will not be published. Required fields are marked *