Skip to content

Commit

Permalink
fix(form): store itemtype in DOM
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Nov 19, 2021
1 parent 7424f10 commit 68ad896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ public function displayUserForm() : void {
. ' class="plugin_formcreator_form"'
. ' action="' . self::getFormURL() . '"'
. ' id="plugin_formcreator_form"'
. ' data-itemtype="PluginFormcreatorForm"'
. ' data-id="' . $formId . '"'
. '>';

Expand Down

0 comments on commit 68ad896

Please sign in to comment.