POST Request on email form footer on homepage doesn't work

Ugh, found it

On the home page, it must have a slash before the #form for the action.

<form action="<?php echo $page->url()?>/#form" method="post">

Solved :heavy_check_mark:

2 Likes