<?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 Tag: customization - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/customization</link>
		<description>Gravity Support Forums Tag: customization - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:16:01 +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/tags/customization" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Can Gravity create custom letters?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-create-custom-letters#post-299704</link>
			<pubDate>Mon, 03 Jun 2013 20:54:49 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">299704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By default, Gravity Forms does not have a way to generate a file based on user selections. It would require a fair bit of custom code to do this, though it could be customized by a developer to do what you ask. I don't know of anything currently in the WordPress world that'll do what you want currently. Sorry.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sdelima on "Can Gravity create custom letters?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-create-custom-letters#post-299696</link>
			<pubDate>Mon, 03 Jun 2013 20:51:03 +0000</pubDate>
			<dc:creator>sdelima</dc:creator>
			<guid isPermaLink="false">299696@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;We currntly have about 100 custom Word letters from 1 to 3 pages long.  We hope to find a product that will allow us to create a series of questions whose answers will generate the letter the client needs with formating as if it came from MS Word.  There may be 50 to 75 questions a client has to answer before the custom letter is created.  At the very least, a series of 10 or 20 questions will need to be answered to enable the custom letter to be generated. Most of the custom letter is boiler plate text, but 5 to 10 fields and/or sentences have to be customized based on client answers.  In short, we have a manual process that requires a lot of training to use properly.  WE are looking to upgrade it to a wizard, Q&#38;amp;A, driven process to create the custom letters by clients with zero to minimal training, which would be a game changer in our niche.  Thanks.  If you know of a tool that can do this, please let me know in case yours cannot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Can Gravity create custom letters?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-create-custom-letters#post-299690</link>
			<pubDate>Mon, 03 Jun 2013 20:41:34 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">299690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you give me more information please? We have Notifications (e-mails) and Confirmations (messages displayed upon submission), which are you looking to do? How many of them are you hoping to create? We do have conditional confirmations and conditional notifications that let you send out/show different content based on user selection.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sdelima on "Can Gravity create custom letters?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-create-custom-letters#post-299567</link>
			<pubDate>Mon, 03 Jun 2013 17:36:17 +0000</pubDate>
			<dc:creator>sdelima</dc:creator>
			<guid isPermaLink="false">299567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can Gravity create a custom letter based on users answers to a potentially long series of questions?  Custom text for the letter is prewritten so Gravity would be used to select which part of which prewritten letter to pull text from to create the final custom letter.  Would be nice if we could add client logo, etc. to the custom letter.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Radio buttons separated by text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-separated-by-text#post-293754</link>
			<pubDate>Fri, 31 May 2013 23:48:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">293754@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, you can do this with a little jQuery customization. Each radio button is in it's own list item with a specific class. By targeting that class and using jQuery's &#34;insertBefore&#34; goodness, you can insert a new list item/node into the list and add a &#34;sub label&#34; if you will to break up the list into more manageable sections.&#60;/p&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://i.imgur.com/5E8Yk3x.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/5E8Yk3x.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I basically recreated the list from the reference site on a test form, then used a HTML field at the end of the form to add my script and CSS. (that's a nifty trick too if you haven't used it before) Of course, this script is specific to my form (ID's and classes) but you can take it and modify it to use for your form. Just update the classes and IDs appropriately.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
jQuery(&#38;quot;&#38;lt;li&#38;gt;&#38;lt;h4 class=&#38;#39;sublabel&#38;#39;&#38;gt;Battery Chargers&#38;lt;/h4&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;).insertBefore(&#38;quot;.gchoice_2_0&#38;quot;);
jQuery(&#38;quot;&#38;lt;li&#38;gt;&#38;lt;h4 class=&#38;#39;sublabel&#38;#39;&#38;gt;Battery Isolators&#38;lt;/h4&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;).insertBefore(&#38;quot;.gchoice_2_2&#38;quot;);
jQuery(&#38;quot;&#38;lt;li&#38;gt;&#38;lt;h4 class=&#38;#39;sublabel&#38;#39;&#38;gt;Inverters&#38;lt;/h4&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;).insertBefore(&#38;quot;.gchoice_2_4&#38;quot;);
jQuery(&#38;quot;&#38;lt;li&#38;gt;&#38;lt;h4 class=&#38;#39;sublabel&#38;#39;&#38;gt;Isolation Protection&#38;lt;/h4&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;).insertBefore(&#38;quot;.gchoice_2_9&#38;quot;);
jQuery(&#38;quot;&#38;lt;li&#38;gt;&#38;lt;h4 class=&#38;#39;sublabel&#38;#39;&#38;gt;Optics&#38;lt;/h4&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;).insertBefore(&#38;quot;.gchoice_2_11&#38;quot;);
jQuery(&#38;quot;&#38;lt;li&#38;gt;&#38;lt;h4 class=&#38;#39;sublabel&#38;#39;&#38;gt;Marine Accessories&#38;lt;/h4&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;).insertBefore(&#38;quot;.gchoice_2_12&#38;quot;);
&#38;lt;/script&#38;gt;

&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
h4.sublabel {color: #790000; border-bottom: 1px solid #ccc; width: 100%; padding-bottom:6px;}
li#field_20_2 {margin-top: 24px;}
&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and to make it easier to see what I'm talking about, I exported the sample form and put it here for you to download, import and tinker with if you would like.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.box.com/shared/static/wd3c0c9s40heterm7yu8.xml&#34; rel=&#34;nofollow&#34;&#62;https://www.box.com/shared/static/wd3c0c9s40heterm7yu8.xml&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps out. Best of luck with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nelsonschmidt on "Radio buttons separated by text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-separated-by-text#post-292741</link>
			<pubDate>Fri, 31 May 2013 12:04:00 +0000</pubDate>
			<dc:creator>nelsonschmidt</dc:creator>
			<guid isPermaLink="false">292741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to rebuild this &#34;complex&#34; form. The main page has a list of 13 radio buttons grouped by type. Is there a way I can reproduce this? (The first page only allows you to select 1 option out of the 13.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://promariner.com/online_reg.php&#34; rel=&#34;nofollow&#34;&#62;http://promariner.com/online_reg.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Spencer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cateatfish on "Looking for customization of GF with Woocommerce"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/looking-for-customization-of-gf-with-woocommerce#post-290016</link>
			<pubDate>Thu, 30 May 2013 14:32:50 +0000</pubDate>
			<dc:creator>cateatfish</dc:creator>
			<guid isPermaLink="false">290016@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello devs,&#60;/p&#62;
&#60;p&#62;with the gravity forms, I need to do the following workflow / Steps for the order:&#60;br /&#62;
1. Choose by customer if he has a dog or cat&#60;br /&#62;
2. Enter some infos for dog or cat (Textfield, dropdown..)&#60;br /&#62;
3. If neccessary add more cats or dogs to the order (by clicking a button under step 2 like &#34;+ add another dog&#34; &#34;+add another cat&#34;) and then the neccessary fields appear under the already filled out ones again (step 2 with the infos) Endless adding of more cats &#38;amp; dogs possible. Info needs to be seen in the backend.&#60;br /&#62;
4. Choose subscription level 1, 3 or 6 month with it's own prices&#60;br /&#62;
5. Make payment by wirecard (make sure, if more dogs or cats are added, the price is changed and also seen in the backend)&#60;br /&#62;
6. Subscription is sucessfully entered in the backend&#60;br /&#62;
7. Subscription is charged monthly for the subscription time.&#60;/p&#62;
&#60;p&#62;So I'm looking for a dev who can create this in combination with woocommerce. I have the gravity dev license, also the subscription extension fro woocommerce, the gravity add on extension from woocommerce and the wirecard extension also.&#60;/p&#62;
&#60;p&#62;You can contact me at &#60;a href=&#34;mailto:thomas@mauzundwauz.de&#34;&#62;thomas@mauzundwauz.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marcel.ambiente on "Custom Form Field With Multiple Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-field-with-multiple-inputs#post-273572</link>
			<pubDate>Fri, 24 May 2013 12:34:45 +0000</pubDate>
			<dc:creator>marcel.ambiente</dc:creator>
			<guid isPermaLink="false">273572@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Friend, there's an error at line 11, instead &#34;onclick&#34; =&#38;gt; &#34;StartAddField('add_loc'), put onclick&#34; =&#38;gt; &#34;StartAddField('addloc'); without the underline character at &#34;addloc&#34;... Obviously, all &#34;add_loc&#34; reference (type) will not work, so I suggest you to substitute every &#34;add_loc&#34; therm to &#34;addloc&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travisdakota on "Gravity for Competition (event) management"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-for-competition-event-management#post-242091</link>
			<pubDate>Wed, 08 May 2013 01:40:34 +0000</pubDate>
			<dc:creator>travisdakota</dc:creator>
			<guid isPermaLink="false">242091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is really hard to tell what exactly it requires but from the knowledge which i poses relates to it is that we can use Gravity Forms but i will make sure as soon as possible.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thebethwood.com/weddings.html&#34; rel=&#34;nofollow&#34;&#62;wedding banquet halls in nj&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Calculations, % Discount Possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculations-discont-possible#post-238951</link>
			<pubDate>Sun, 05 May 2013 21:02:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">238951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Watch the blog for the release announcement.  There is no beta release date which I am aware of.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
