<?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: Sending HTML inputs into notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications</link>
		<description>Gravity Support Forums Topic: Sending HTML inputs into notifications</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 08:45:04 +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/sending-html-inputs-into-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14804</link>
			<pubDate>Mon, 20 Dec 2010 13:29:02 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok. i'll have a messaround and post back here if I find a solution. thanks guys
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14799</link>
			<pubDate>Mon, 20 Dec 2010 13:21:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14799@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to attach an event to an input field you have to do so using jQuery and the ID of the input.  There is no built in way in Gravity Forms to do this.  You would have to use jQuery.&#60;/p&#62;
&#60;p&#62;I'm not entirely sure if you want to accomplish is possible with Gravity Forms.  You can't merge your custom form code with Gravity Forms.  You have to work within the boundaries of the form builder, and then enhance that using either jQuery or custom PHP using Gravity Forms API hooks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14788</link>
			<pubDate>Mon, 20 Dec 2010 11:13:45 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No it wasn't that. The link I provided above is an example of it working. now I want to put these fields into a Gravity Form (as I assumed pasting this into a HTML block would pass the varibles into the notifications) so that I can use the postcode finder within a gravity form. There is no visible option for me to edit the &#38;lt;input&#38;gt; fields to add the Javascript calls.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14376</link>
			<pubDate>Tue, 14 Dec 2010 12:36:41 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">14376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;Just getting caught up on this thread... So exactly which part of this are you running into the issue with? Populating the address inputs when the select value changes? If so, you were on the right track using jQuery to bind an action to the onchange event for the desired select field. You don't need the &#34;javascript:&#34; in front of the function name though; and that might be generating an error.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	   jQuery(&#38;#39;#input_3_24&#38;#39;).bind(&#38;#39;onchange&#38;#39;, function (){
	      populateAddress();
	   });
&#38;lt;script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Give that a go and let me know if you get an error. If you do, please post the exact error here.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14281</link>
			<pubDate>Mon, 13 Dec 2010 09:39:52 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;anyone have any insight here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14168</link>
			<pubDate>Fri, 10 Dec 2010 07:44:56 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;here is the URL of the working section of the form within a bare HTML file:&#60;br /&#62;
&#60;a href=&#34;http://www.carcraft.co.uk/info/form.html&#34; rel=&#34;nofollow&#34;&#62;http://www.carcraft.co.uk/info/form.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hopefully this is enough to go on
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14116</link>
			<pubDate>Thu, 09 Dec 2010 12:29:15 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;do you need the code then?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14102</link>
			<pubDate>Thu, 09 Dec 2010 06:50:59 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14102@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok, thanks. at first i just assumed you could include an input and then call it during the notification period.&#60;/p&#62;
&#60;p&#62;what I want to do is populate an address via a postcode (zipcode to you) lookup database. when the person enters the postcode it generates options to select an address. once selected, the dropdown disappears and is replaced with the inputs already filled out. of course the user can also enter this manually.&#60;/p&#62;
&#60;p&#62;also (if you know how to do this but not 100% essential), i want the postcode to also decide which site is closest to them (in another dropdown) and give them the chance to change it if they wish.&#60;/p&#62;
&#60;p&#62;this all make sense? if not i can provide the full code that works
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14068</link>
			<pubDate>Wed, 08 Dec 2010 12:34:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are going about this the wrong way.  &#60;/p&#62;
&#60;p&#62;If you want to populate fields you need to do so either with PHP code or by passing data to an existing field via the query string.  You also can't add fields to your form by any other means other than the form builder.  Gravity Forms is completely dynamically driven and only processes fields it creates.&#60;/p&#62;
&#60;p&#62;Explain exactly what you are trying to accomplish and I can provide you with some guidance on how to do what you are trying to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Sending HTML inputs into notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-html-inputs-into-notifications#post-14061</link>
			<pubDate>Wed, 08 Dec 2010 12:08:58 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14061@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i have also added this to no avail:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	   jQuery(&#38;#39;#input_3_24&#38;#39;).bind(&#38;#39;onchange&#38;#39;, function (){
	      javascript:populateAddress();
	   });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
