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
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