diff --git a/themes/bootstrap3/templates/feedback/form.phtml b/themes/bootstrap3/templates/feedback/form.phtml index c2453f93db3..087c952fa73 100644 --- a/themes/bootstrap3/templates/feedback/form.phtml +++ b/themes/bootstrap3/templates/feedback/form.phtml @@ -3,8 +3,8 @@ $form->prepare(); $title = $form->getTitle(); - $title = !empty($title) - ? $this->translate($title) : null; + $title = !empty($title) ? $this->translate($title) : null; + $formUrl = $this->url($this->formActionUrl ?? 'feedback-form', ['id' => $this->formId]); $form->setAttribute('action', $formUrl); $form->setAttribute('class', 'dynamic-form');