You are allowed to have as many forms as you like on your site.
The issue on this page:
Equine-Outlook-Kids-Corral.php
is that you have the method set to get, you will need to change the method to post.
change this line
<form id="captionsubmit" name="captionsubmit" method="get" action="">
to
<form id="captionsubmit" name="captionsubmit" method="post" action="">


