Reservation Form Fields
Steak House, food and drink theme, is now available on support forum.
- GK User
- Mon Apr 18, 2016 11:38 pm
For some reason my reservation form is requiring data in the Special Instructions field even though it is not a required field. The field does not turn red as the other required fields do, the only way you know it is not working is the echo message at the top of the browser that states; "Please check the fields in the reservation form before sending". And the only way to get the reservation to send is to put at least one character in the Special Instructions field.
Thanks in advance for your help!
Thanks in advance for your help!
-
- Fresh Boarder
- Joshua M
- Tue Apr 19, 2016 9:49 am
Hello,
Please change your wp-content/plugins/gk-reservation-steakhouse/gk-reservation-steakhouse.php file (line 199):
into:
We'll fix the issue with the next plugin update. Thanks for your feedback.
Please change your wp-content/plugins/gk-reservation-steakhouse/gk-reservation-steakhouse.php file (line 199):
- Code: Select all
$fields = array('date', 'time', 'size', 'name', 'email', 'phone', 'special');
into:
- Code: Select all
$fields = array('date', 'time', 'size', 'name', 'email', 'phone');
We'll fix the issue with the next plugin update. Thanks for your feedback.
-
- Moderator
- GK User
- Tue Apr 19, 2016 8:22 pm
Thanks Joshua.
I had already tried that and the problem is the field still exists on the page but if the customer enters any data in the field, the data is no longer submitted in the email.
I had already tried that and the problem is the field still exists on the page but if the customer enters any data in the field, the data is no longer submitted in the email.
-
- Fresh Boarder
- Joshua M
- Wed Apr 20, 2016 11:22 am
I know the issue - it will be fixed with the next update. Thanks for your feedback.
-
- Moderator
4 posts
• Page 1 of 1