Form from within a page

I have managed to fix it by just changing my form data from

<form method="POST"  action="#">

to

<form method="POST"  action="<?php the_permalink(); echo $match_id; ?>?success=yes">

i am using the ?success=yes tag so that the form is no longer shown but just shows a moderation message instead.