Skip to content

Commit

Permalink
Adjusted the name to be more describing
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Jan 16, 2025
1 parent 02ad51e commit de461cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/feedback/form.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$title = $form->getTitle();
$title = !empty($title)
? $this->translate($title) : null;
$formUrl = $this->url($this->overrideUrl ?? 'feedback-form', ['id' => $this->formId]);
$formUrl = $this->url($this->formActionUrl ?? 'feedback-form', ['id' => $this->formId]);
$form->setAttribute('action', $formUrl);
$form->setAttribute('class', 'dynamic-form');
$form->setAttribute('method', 'post');
Expand Down

0 comments on commit de461cf

Please sign in to comment.