Skip to content

Commit 512614b

Browse files
committed
MAGETWO-35324: Success message for contact us form does not disappear even after closing browser
1 parent c6829c0 commit 512614b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Contact/Block/ContactForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ public function __construct(Template\Context $context, array $data = [])
2727
*/
2828
public function getFormAction()
2929
{
30-
return $this->getUrl('contact/index/post');
30+
return $this->getUrl('contact/index/post', ['_secure' => true]);
3131
}
3232
}

0 commit comments

Comments
 (0)