We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48c663 commit 0290a97Copy full SHA for 0290a97
front/formdisplay.php
@@ -47,6 +47,9 @@
47
&& is_numeric($_REQUEST['id'])) {
48
49
if ($form->getFromDB((int) $_REQUEST['id'])) {
50
+ if ($form->fields['is_active'] == '0') {
51
+ Html::displayNotFoundError();
52
+ }
53
if ($form->fields['access_rights'] != PluginFormcreatorForm::ACCESS_PUBLIC) {
54
Session::checkLoginUser();
55
if (!$form->checkEntity(true)) {
0 commit comments