Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Modal popup with form

I'm creating a plugin that updates a field on the database, and the input has to be inputted through a modal with a textfield and a submit button.

What would be the best way to popup a modal with a form? Once they submit that it then needs to update a field in the DB.

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    You can Popup anything via class="Popup" … the rest is up to you or someone else. First get the form/form page going.

  • rbrahmsonrbrahmson "You may say I'm a dreamer / But I'm not the only one" NY ✭✭✭
    edited March 2016

    Take a look at the DIscussion Note plugin - it has code that updates database field in a popup screen (and even refreshes the underlying screen when an update occurs).

Sign In or Register to comment.