About ZForms

Main Features:

  • Frontend forms – bring forms to the frontend. By default, WordPress does not include form functions for the frontend.
  • Form validation – require that users enter valid info for each form input.
  • ReCaptcha support – stop the bots from spamming your form.
  • Multi-step forms – Users will be required to submit valid information for each step, in order to progress to the next step.
  • Customize the destination – what happens with the validated array of data is up to you. You have the option of using Zend Framework.
  • Require session key – control what happens before the form is available to the user.

Destination - where will the form submission go?

  • You will have the option of including your own code. Simply handle the array variable , in any way you can think of.
  • Email – completely customize the email that is sent for both success and error states.
  • Custom Post Type – A basic form handler is included. I’m looking at integrating with Magic Fields and similar plugins.

Screenshots:

ZForms
ZForms shortcode

Comments are closed.