Title: [Plugin: WP User Frontend] Multiple Forms
Last modified: August 20, 2016

---

# [Plugin: WP User Frontend] Multiple Forms

 *  Resolved [graffo](https://wordpress.org/support/users/graffo/)
 * (@graffo)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/)
 * anyway to make custom field for a different forms?
 * [http://wordpress.org/extend/plugins/wp-user-frontend/](http://wordpress.org/extend/plugins/wp-user-frontend/)

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [Tareq Hasan](https://wordpress.org/support/users/tareq1988/)
 * (@tareq1988)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909448)
 * All the options are for a single form for now. There isn’t any easy to make it
   happen. Needs a fair amount of code re-write.
 *  [reigelgallarde](https://wordpress.org/support/users/reigelgallarde/)
 * (@reigelgallarde)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909885)
 * anyone might get interested with this…
 * [http://reigelgallarde.me/programming/wp-user-frontend-multiple-forms/](http://reigelgallarde.me/programming/wp-user-frontend-multiple-forms/)
 *  Plugin Author [Tareq Hasan](https://wordpress.org/support/users/tareq1988/)
 * (@tareq1988)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909886)
 * Thats very nice, I was thinking to build a dynamic form builder for many days,
   but time is the problem. Although I would build the form differently. Nice work
   🙂
 *  [gpspake](https://wordpress.org/support/users/gpspake/)
 * (@gpspake)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909897)
 * This would be a really useful feature. @Reigel, could you share how you did this
   or at least which files you modified? I’m interested in handling this outside
   of the plugin core as much as possible so that it doesn’t prevent use of custom
   fields and won’t be affected by updates. Of course, from what Tareq mentioned,
   it may be built in soon.
 * @ Tareq, looking forward to the next update, This is a really great plugin and
   I’ve seen a bunch of good suggestions and requests for features in the support
   forums. Keep up the good work!
    P.S. I’m working on multiple form functionality,
   hopefully with some inspiration from Reigel, so if you have any suggestions that
   would be cool. Thanks.
 *  Plugin Author [Tareq Hasan](https://wordpress.org/support/users/tareq1988/)
 * (@tareq1988)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909898)
 * If you want to build the multiform functionality, here’s the suggestion:
 * 0. Fork the plugin from [github](https://github.com/tareq1988/WP-User-Frontend/),
   create a branch and start working.
    1. Register a new sub-menu **Forms** in WP
   User Frontend plugin setting. 2. Register a custom post type `wpuf_forms` for
   saving forms and data. 3. Take a look at [Advanced Custom Field](http://wordpress.org/extend/plugins/advanced-custom-fields/)
   plugin and see how it creates dynamic form. Give options for adding custom field,
   custom taxonomies. 4. Custom fields can be in various types. e.g: datepicker,
   maps, number, phone, url, email etc.
 * Hope you get the idea 😉
 *  [gpspake](https://wordpress.org/support/users/gpspake/)
 * (@gpspake)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909899)
 * Thanks, I’ll see what I can do.
 *  [gpspake](https://wordpress.org/support/users/gpspake/)
 * (@gpspake)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909900)
 * I’m going to try to avoid hardcoding the custom post type as I will probably 
   want to specify the post type for each form.
 *  Plugin Author [Tareq Hasan](https://wordpress.org/support/users/tareq1988/)
 * (@tareq1988)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909901)
 * You didn’t understand me. If you want to create the form, you need to save them
   somewhere. I said to create the post type because you can save the form to the
   custom post type or you can create a custom table in database. If you choose 
   to save them with custom field, you don’t need to create an additional table 
   and you get the WordPress export/import functionality.
 *  [gpspake](https://wordpress.org/support/users/gpspake/)
 * (@gpspake)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909902)
 * Got it. I _would_ want to save them all to a custom post type but I’d like to
   specify what the post type will be when I create the form in the dashboard.
 *  [Turismo in](https://wordpress.org/support/users/turismo-in/)
 * (@turismo-in)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909904)
 * @Reigel
 * I’ve tried it but i have one error message:
    WordPress database error: [Table‘
   wpuf_forms’ doesn’t exist]
 *  [gpspake](https://wordpress.org/support/users/gpspake/)
 * (@gpspake)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909905)
 * Hmm, sounds like it’s not finding the wpuf_forms table in your database which
   should be created when you activate Reigels plugin.
 * Try installing portable phpmyadmin plugin which lets you see your database from
   inside wordpress and see if you have that table in there. You may need to create
   it manually.
 *  [Turismo in](https://wordpress.org/support/users/turismo-in/)
 * (@turismo-in)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909906)
 * Solved, thank you.
    [@gpspake](https://wordpress.org/support/users/gpspake/) 
   @Reigel Tareq Hasan
 * Great plugin.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘[Plugin: WP User Frontend] Multiple Forms’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

 * 12 replies
 * 5 participants
 * Last reply from: [Turismo in](https://wordpress.org/support/users/turismo-in/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-multiple-forms-1/#post-2909906)
 * Status: resolved