<?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: Safety Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/safety-forms</link>
		<description>Gravity Support Forums Topic: Safety Forms</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 22:41:10 +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/safety-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Safety Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safety-forms#post-62044</link>
			<pubDate>Sun, 10 Jun 2012 22:31:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">62044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;SafetySystems, please begin a new topic with your specific question and reference this topic if it's relevant.  It will help us help you.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SafetySystems on "Safety Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safety-forms#post-62019</link>
			<pubDate>Sun, 10 Jun 2012 09:12:39 +0000</pubDate>
			<dc:creator>SafetySystems</dc:creator>
			<guid isPermaLink="false">62019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am curious to know if Act 7 came right as I am busy with the same project for my company.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Safety Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safety-forms#post-48612</link>
			<pubDate>Tue, 07 Feb 2012 19:30:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">48612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
Here is an example of a form that I fill out weekly: &#60;a href=&#34;http://rosewoodresources.net/main/wp-content/uploads/2012/02/safetyFormExample.jpg&#34; rel=&#34;nofollow&#34;&#62;http://rosewoodresources.net/main/wp-content/uploads/2012/02/safetyFormExample.jpg&#60;/a&#62;&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;OK&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
My intention: You can scroll through previous forms by clicking previous/forward buttons, and add a new form at any time. All these forms that are basically copies, and are kept in a catagory for organization. In effect, act like a small historian that you can keep adding to and view older forms.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Not sure if you mean forms or entries.  Page through entries.  Is that what you mean?  There is typically one form for each application, and then you get multiple entries from a form submission.  Is that what you mean?  If so, then Gravity Forms will do fine.  All the entries are saved individually and you can view them all individually.  There is no paging one by one, but pagination is added when you have more than 20 entries.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
All that info is in the database...Then you can use the database to fill out a predefined report/form with the &#34;Allow field to be populated dynamically&#34;.&#60;br /&#62;
* another example to save steps... employee A logs in and the $current_user can be used to fill out Name on all forms accessed by employee A. Is that the way it works?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Yes.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
- What, if any... plugins that make it easier to query, build reports, graphs etc?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;There are none that I know of.  But the data is in CSV format, so you can use any spreadsheet program, macros, online tools, anything you want to manipulate the CSV data.  Gravity Forms is looking into creating a reporting add-on in the future, but your requirements seem pretty specific and the add-on might not meet your needs.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
- Does GF create a new table for each form? Is the database easy to work with?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;The number of tables are fixed.  There is not a new table for each form or each entry.  Entries are stored in one table, forms in another table.  Easy to work with?  The data is serialized, so that is difficult to work with in some cases.  There are functions in Gravity Forms that will enable you to retreive all that data though.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
- Is there any built in functionality.... like adding new entries to the data table? Separating information out to various tables on submission?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;New entries to the data table?  Not really. Just submit the form again&#60;/p&#62;
&#60;p&#62;Separate out to separate tables on submission?  Not really.  All the entries are stored in one table.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
- Can you backup the GF forms/databases?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Of course, just like any MySQL database or WordPress installation. VaultPress works fine.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
- It works within WPDB? Can you use other databases, or setup GF to stay separate from WP?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;It is not designed to allow other databases for storage.  But you can always submit data directly to another database by using the gform_after_submission hook to send the data there. &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Is there any examples of people using GF for complex tasks like this? I mean, a year's worth of daily information inputed, stored, sorted and accessable for reports and viewing of older forms? Dumping information into excel/access/a historian?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Not that I know of.  But it's certainly possible.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Sorry my questions are so long... hope that helps... Got a lot riding on this and I've been building it from scratch... and I don't know enough to do it all.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;No problem on the questions.  It sounds like you have a complex application for Gravity Forms.  Gravity Forms is designed to capture all the data.  After that, you might have to customize things to get the data out in a format you like.  It's all possible, and easier than starting from scratch, but it's not going to happen without some work on your end.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Act7 on "Safety Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safety-forms#post-48024</link>
			<pubDate>Wed, 01 Feb 2012 14:56:31 +0000</pubDate>
			<dc:creator>Act7</dc:creator>
			<guid isPermaLink="false">48024@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you very much for the quick reply Chris.&#60;/p&#62;
&#60;p&#62;The demo answered a few questions. Answers in the forums for printing/CSV/PDF stuff.&#60;/p&#62;
&#60;p&#62;Let me see if I can give a clearification on that 4th question; it is the kicker:&#60;/p&#62;
&#60;p&#62;Here is an example of a form that I fill out weekly: &#60;a href=&#34;http://rosewoodresources.net/main/wp-content/uploads/2012/02/safetyFormExample.jpg&#34; rel=&#34;nofollow&#34;&#62;http://rosewoodresources.net/main/wp-content/uploads/2012/02/safetyFormExample.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My intention: You can scroll through previous forms by clicking previous/forward buttons, and add a new form at any time. All these forms that are basically copies, and are kept in a catagory for organization. In effect, act like a small historian that you can keep adding to and view older forms.&#60;/p&#62;
&#60;p&#62;All that info is in the database...Then you can use the database to fill out a predefined report/form with the &#34;Allow field to be populated dynamically&#34;.&#60;br /&#62;
* another example to save steps... employee A logs in and the $current_user can be used to fill out Name on all forms accessed by employee A. Is that the way it works?&#60;/p&#62;
&#60;p&#62;- What, if any... plugins that make it easier to query, build reports, graphs etc?&#60;br /&#62;
- Does GF create a new table for each form? Is the database easy to work with?&#60;br /&#62;
- Is there any built in functionality.... like adding new entries to the data table? Separating information out to various tables on submission?&#60;br /&#62;
- Can you backup the GF forms/databases?&#60;br /&#62;
- It works within WPDB? Can you use other databases, or setup GF to stay separate from WP?&#60;/p&#62;
&#60;p&#62;Is there any examples of people using GF for complex tasks like this? I mean, a year's worth of daily information inputed, stored, sorted and accessable for reports and viewing of older forms? Dumping information into excel/access/a historian?&#60;/p&#62;
&#60;p&#62;Sorry my questions are so long... hope that helps... Got a lot riding on this and I've been building it from scratch... and I don't know enough to do it all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Safety Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safety-forms#post-48015</link>
			<pubDate>Wed, 01 Feb 2012 14:02:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">48015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;- Email in PDF(for hardcopy) and CSV(for excel/access)?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;No.  The email notification is in plain text or HTML.  Not PDF.  The entry is not emailed as CSV, but you can export entries as CSV.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;- Keep form info in database for backups, history, etc...&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;All form entries are stored in your WordPress database.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;- Upload pictures, pdfs, or any data (most plugins do... but some are annoyingly complicated)&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Yes.  You can allow uploads by file extension.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;- Revisit forms with database information... like say I have 100+ forms that will be exactly the same. Each person needs to beable to view past forms. So, for example, I would need to catagorize my forms on a per-field basis, and allow a person to see the previous forms of that catagory and add additional forms.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Not really.  I'm not quite clear what you are asking, or how it will be used, but this does not exist in Gravity Forms currently.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;- Create report type forms. Goes with the above question... a report that is populated with database info that you can then print, pdf or csv like all the other forms&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You can populate a form with information from a database.  But for reports, there is no concept of that really, and no built in way to send that form entry as CSV or PDF.&#60;/p&#62;
&#60;p&#62;All these things COULD be accomplished using Gravity Forms, but they're not built in features, and would require customization on your end to make it happen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Act7 on "Safety Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safety-forms#post-47994</link>
			<pubDate>Wed, 01 Feb 2012 12:17:30 +0000</pubDate>
			<dc:creator>Act7</dc:creator>
			<guid isPermaLink="false">47994@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to make forms for my company's safety website... we have in addition of 100 safety forms and probably equal regulatory state forms. I have little experience with forms. I've been building them in HTML and writing the submission code. Its rediculious and nothing is working as it should.&#60;/p&#62;
&#60;p&#62;Does GF have the ability to:&#60;/p&#62;
&#60;p&#62; - Email in PDF(for hardcopy) and CSV(for excel/access)?&#60;br /&#62;
 - Keep form info in database for backups, history, etc...&#60;br /&#62;
 - Upload pictures, pdfs, or any data (most plugins do... but some are annoyingly complicated)&#60;br /&#62;
 - Revisit forms with database information... like say I have 100+ forms that will be exactly the same. Each person needs to beable to view past forms. So, for example, I would need to catagorize my forms on a per-field basis, and allow a person to see the previous forms of that catagory and add additional forms.&#60;br /&#62;
 - Create report type forms. Goes with the above question... a report that is populated with database info that you can then print, pdf or csv like all the other forms.&#60;/p&#62;
&#60;p&#62;Those are the main questions, more of the complex aspects of what I'd like to do... and maybe there is other, better, ways of handling these things that GF can accomplish, I'm open to ideas.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
