<?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: Creating a schedule of availability table</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table</link>
		<description>Gravity Support Forums Topic: Creating a schedule of availability table</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:36:03 +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/creating-a-schedule-of-availability-table" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-92245</link>
			<pubDate>Sat, 17 Nov 2012 03:43:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92245@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could do something like this without too much work.  There is a CSS ready class of gf_list_inline which will allow you to put all 7 checkboxes on one row.  Then, hide the labels (Monday  - Sunday) and then unhide the time slots (6am-9am, etc.)&#60;/p&#62;
&#60;p&#62;Then, add an html block above the checkbox fields, with a left margin of 32% to mimic the left label of your time slots below.&#60;/p&#62;
&#60;p&#62;Here is some of the CSS I used (my form is ID 210):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* hide the labels for days of the week checkboxes */
body #gform_fields_210 label {
  display: none;
}
/* now display the timeslots */
body #gform_fields_210 label.gfield_label {
  display: block;
}
/* space out the inline checkboxes a little */
body #gform_fields_210 .gfield_checkbox li {
 width: 40px!important;
}
/* space out the individual days of the week in the html block */
body #gform_wrapper_210 li.gfield_html span {
  display:inline-block;
  float:left;
  width:50px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There are some pointers.  Let us know where you get stuck.&#60;/p&#62;
&#60;p&#62;Be sure to use &#34;left label alignment&#34; on the form settings. And also, I wrapped each day in a span in the html block, so I could control their width.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shmula on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-91692</link>
			<pubDate>Fri, 16 Nov 2012 00:02:20 +0000</pubDate>
			<dc:creator>shmula</dc:creator>
			<guid isPermaLink="false">91692@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I figured that much. My question was on how could I build that with gravity forms. Any creative way to go about it? Tips? Advice?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-91600</link>
			<pubDate>Thu, 15 Nov 2012 17:08:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">91600@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is not a built-in way to build a grid like that currently.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shmula on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-91575</link>
			<pubDate>Thu, 15 Nov 2012 15:36:38 +0000</pubDate>
			<dc:creator>shmula</dc:creator>
			<guid isPermaLink="false">91575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking to also build an availability grid. How can I build something like this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://dl.dropbox.com/u/2523586/availability-grid.PNG&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropbox.com/u/2523586/availability-grid.PNG&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-20533</link>
			<pubDate>Mon, 14 Mar 2011 12:30:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't currently supported as a built in feature.  It's specialized functionality and the data structure Gravity Forms uses to store entry data would make this difficult.&#60;/p&#62;
&#60;p&#62;We do plan on looking into how to add functionality like this to a future release.  At the very least, via some sort of List Field.  It's definitely a field type we plan on adding.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Edwin on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-20462</link>
			<pubDate>Sat, 12 Mar 2011 18:36:54 +0000</pubDate>
			<dc:creator>Edwin</dc:creator>
			<guid isPermaLink="false">20462@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My question maybe related, but I'm trying to create a grid with multiple columns&#60;br /&#62;
Example:&#60;br /&#62;
&#124; Name &#124; Title &#124; Email &#124; Phone &#124;&#60;br /&#62;
&#124;           &#124;         &#124;           &#124;           &#124;(+) (-)   &#38;lt;--- user clicks (+) to add another row and so on.&#60;/p&#62;
&#60;p&#62;You already have this functionality with the User Registration Add-on when maping Buddypress with GF fields.&#60;br /&#62;
Any way to create this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-10874</link>
			<pubDate>Wed, 06 Oct 2010 20:26:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, I was tinkering and ended up recreating your form and building the grid. I was working locally so it's not a live URL, but here's a couple of screenshots of the form in the admin and on the front end in Thesis 1.8.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/beckys_grid_adminview.png&#34; rel=&#34;nofollow&#34;&#62;Admin Screenshot&#60;/a&#62; &#124; &#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/beckys_grid.png&#34; rel=&#34;nofollow&#34;&#62;Front End Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll notice I used the inline HTML blocks to add additional HTML content around the fields to pull it off. I also dropped an inline style block in the first HTML field to add the extra CSS rules.&#60;/p&#62;
&#60;p&#62;Since it's easier to show than just tell, I exported the form so you can download it from the link below and see how it's all done. It's not really that difficult to do and once you've seen it, you'll get the idea.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/beckys-gravityforms-export-2010-10-07.xml&#34; rel=&#34;nofollow&#34;&#62;Download Sample Form (XML)&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-10871</link>
			<pubDate>Wed, 06 Oct 2010 18:22:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10871@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't just add input fields in the HTML area to begin with, the form doesn't work that way, you'd have to create fields in the admin for each piece, then use the html blocks to wrap some content around it I suppose to create the grid.&#60;/p&#62;
&#60;p&#62;You could look at using the CSS display table properties on the container elements to build the grid. It would still take a bit of work to pull that part off in that format&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ehow.com/how_4623438_use-css-display-table-row-display-table-cell-properties.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ehow.com/how_4623438_use-css-display-table-row-display-table-cell-properties.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ljauss on "Creating a schedule of availability table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-schedule-of-availability-table#post-10869</link>
			<pubDate>Wed, 06 Oct 2010 18:13:57 +0000</pubDate>
			<dc:creator>ljauss</dc:creator>
			<guid isPermaLink="false">10869@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to create the following a form in Gravity to mimic a client's existing (and honestly, not functioning) job application.&#60;/p&#62;
&#60;p&#62;Specifically, I am trying to create the availability grid that exists here: &#60;a href=&#34;http://www.beckyspetcare.com/jobs_application.html&#34; rel=&#34;nofollow&#34;&#62;http://www.beckyspetcare.com/jobs_application.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;on the form I am creating here: &#60;a href=&#34;http://www.plaidhousebuilding.com/beckyspetcaretest/employment-application/&#34; rel=&#34;nofollow&#34;&#62;http://www.plaidhousebuilding.com/beckyspetcaretest/employment-application/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Using the fieldset that the previous maker used creates text boxes that are extremely long and don't line up with the grid.  Any ideas on how to do this?  Thanks in advance!&#60;/p&#62;
&#60;p&#62;LJ
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
