Form not working
-
5starseo.comOctober 13, 2014 at 7:33 am #22796
Hi guys, I am trying to get the email Special Offers to work on all pages (I imagine something may need to go between the value=””
<input type=”text” placeholder=”Enter your e-mail address” value=”” name=”email_subscribe” id=”email_subscribe” class=”subs_email_input”>
<input type=”submit” class=”btn btn_default” value=”Subscribe” name=””>Also the form on the “bookings” page. http://www.84thespit.com/bookings.php
I realize there should be something in the action=”” area but I couldn’t find anything to show me what to do.
<form id=”reservation_form” class=”reservation_form reservation_form_page” action=”” method=”post”>Also I notice all areas in the form have value areas blank like so:
<input id=”reservation_name” class=”input_text required” type=”text” value=”” name =”reservation_name”>
I uploaded the ajax file bookings-ajax-php (I think it came as page-contact-ajax-php) but as my booking contact page was called bookings.php, I changed it to just bookings-ajax.php thinking that it may have to directly relate to the page name.Please help, Graeme