• Resolved adzyubchik

    (@adzyubchik)


    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

    (@karevn)

    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.