<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Taking Bookings with validation that prevent multiple booking for same day</title>
		<link>https://legacy.forums.gravityhelp.com/topic/taking-bookings-with-validation-that-prevent-multiple-booking-for-same-day</link>
		<description>Gravity Support Forums Topic: Taking Bookings with validation that prevent multiple booking for same day</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:20:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/taking-bookings-with-validation-that-prevent-multiple-booking-for-same-day" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Taking Bookings with validation that prevent multiple booking for same day"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/taking-bookings-with-validation-that-prevent-multiple-booking-for-same-day#post-168121</link>
			<pubDate>Mon, 11 Mar 2013 19:56:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">168121@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To show the previously submitted dates (the dates where the hall is already booked) you could use a shortcode like this to say &#34;Hall is unavailable on these dates&#34; and then list the date.  Here is the shortcode I used to grab one field for all entries in one specific form:  &#60;a href=&#34;http://pastebin.com/FUF9HA6B&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/FUF9HA6B&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That would be one approach you mentioned in your second post.&#60;/p&#62;
&#60;p&#62;The other way would require using the gform_validation hook and some custom code to check the date entered against all dates already submitted.  &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can use the same function to pull out the field from all the entries to compare to the submitted data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandiegopchelp on "Taking Bookings with validation that prevent multiple booking for same day"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/taking-bookings-with-validation-that-prevent-multiple-booking-for-same-day#post-161819</link>
			<pubDate>Wed, 06 Mar 2013 07:14:40 +0000</pubDate>
			<dc:creator>sandiegopchelp</dc:creator>
			<guid isPermaLink="false">161819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, thank you for your response.&#60;/p&#62;
&#60;p&#62;I prefer a date picker. But I'm open to options and your suggestions.&#60;/p&#62;
&#60;p&#62;Awaiting your response. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Taking Bookings with validation that prevent multiple booking for same day"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/taking-bookings-with-validation-that-prevent-multiple-booking-for-same-day#post-160530</link>
			<pubDate>Tue, 05 Mar 2013 01:44:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">160530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you allowing the visitors to type in their date or use the datepicker, or do you present them with a list of available dates?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandiegopchelp on "Taking Bookings with validation that prevent multiple booking for same day"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/taking-bookings-with-validation-that-prevent-multiple-booking-for-same-day#post-159674</link>
			<pubDate>Mon, 04 Mar 2013 03:56:14 +0000</pubDate>
			<dc:creator>sandiegopchelp</dc:creator>
			<guid isPermaLink="false">159674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Displaying previous booking as mentioned here might also work...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-to-bookingsystem&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-to-bookingsystem&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any idea how to do it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandiegopchelp on "Taking Bookings with validation that prevent multiple booking for same day"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/taking-bookings-with-validation-that-prevent-multiple-booking-for-same-day#post-159671</link>
			<pubDate>Mon, 04 Mar 2013 03:52:04 +0000</pubDate>
			<dc:creator>sandiegopchelp</dc:creator>
			<guid isPermaLink="false">159671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;On our site we need to take bookings for a hall that can be booked for numbers of occasions, like the Birthday Party, Conference Meeting Room, Corporate Training, or for any such other purpose. We have a different landing page for all such purposes for SEO. However, we have the single hall as an inventory, so we can take a single booking per a day.&#60;/p&#62;
&#60;p&#62;Gravity form works well for all we need including payment, however we're unable to figure out how to make it validate if the hall is already booked for that particular day.&#60;/p&#62;
&#60;p&#62;I need some advise on how to prevent gravity form accept booking for any such day where it has been already booked, and allow booking only for the days where it is not booked. So its a date against which we might need to validate. But how to do it? &#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;Thank you in advance.&#60;br /&#62;
Krunal
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
