Title: Creating several forms
Last modified: August 20, 2016

---

# Creating several forms

 *  Resolved [adzyubchik](https://wordpress.org/support/users/adzyubchik/)
 * (@adzyubchik)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/creating-several-forms/)
 * Hi again 🙂
 * Karevn, are you going to implement possibility to create several forms with different
   fields?
    At the moment is there easy way with not much coding to create one more
   form? I need it to be opened when user click a link. I will appreciate for advice.

Viewing 1 replies (of 1 total)

 *  Plugin Author [karevn](https://wordpress.org/support/users/karevn/)
 * (@karevn)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/creating-several-forms/#post-2233752)
 * The answer is “yes” and “no” at the same time.
    Usernoise was designed as a site-
   wide feedback form, so it does not have any mechanisms allowing to build page-
   specific forms. BUT: there is `un_feedback_form_body` action available that allows
   you to add your custom fields below existing ones, `un_validate_feedback` validation
   filter and `un_feedback_created` action, those allow you to customize the form
   pretty deeply. You’ll face with the problem of determining how to tell at which
   page the form is loaded – but you can use HTTP referer to do so. In 0.4 release
   I am planning to revert to loading the form along with the page without an ajax
   call, so it will be a bit less complex.
 * And somewhere in future, I am planning to include some kind of form builder UI
   into the admin area allowing to customize the form without hand coding.

Viewing 1 replies (of 1 total)

The topic ‘Creating several forms’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/usernoise_b8babb.svg)
 * [Usernoise modal feedback / contact form](https://wordpress.org/plugins/usernoise/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/usernoise/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/usernoise/)
 * [Active Topics](https://wordpress.org/support/plugin/usernoise/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/usernoise/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/usernoise/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [karevn](https://wordpress.org/support/users/karevn/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/creating-several-forms/#post-2233752)
 * Status: resolved