Unfortunately, forms is where that plugin usually fails the most
Best way to add your form is to make a copy of page.php, place your code right under the_content on that new file, name the file whatever you want.
Then at the top of the file add
<?php
/*
Template Name: Whatever
*/
?>
And you have a template. Simply make a new page through the add new interface in WP, and assigne your new template to that page from the attributes menu