You can try using the get_permalink() function.
<form method="POST" action="<?php echo esc_url(get_permalink()); ?>"> <!-- Form fields --> </form>