<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to style Google Forms</title>
	<atom:link href="http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/</link>
	<description>Copywriting, Search Marketing &#38; Email Campaigns</description>
	<lastBuildDate>Sun, 08 Jan 2012 02:36:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1524</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 04 Jan 2012 16:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1524</guid>
		<description>Any idea how to do Step 9 when embedding the form in a facebook page?</description>
		<content:encoded><![CDATA[<p>Any idea how to do Step 9 when embedding the form in a facebook page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucy</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1518</link>
		<dc:creator>Lucy</dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1518</guid>
		<description>I&#039;m trying to customise a form so that it carries out some calculations in javascript before it&#039;s submitted. 

The calculations work fine but I&#039;m trying to insert their results into the elements which will be submitted. Because of Google&#039;s stupid naming system: entry.1.single which includes full stops in elements I&#039;m not sure what to do.

Can I rewrite this to take the full stops into account?

  document.ofrm.entry.3.single.value = dm(eval(TotA));

 or can I use the element id to insert the calculated value? or can I change the element name but still get it into the right field in the Google spreadsheet?

Any help greatly appreciated!! Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to customise a form so that it carries out some calculations in javascript before it&#8217;s submitted. </p>
<p>The calculations work fine but I&#8217;m trying to insert their results into the elements which will be submitted. Because of Google&#8217;s stupid naming system: entry.1.single which includes full stops in elements I&#8217;m not sure what to do.</p>
<p>Can I rewrite this to take the full stops into account?</p>
<p>  document.ofrm.entry.3.single.value = dm(eval(TotA));</p>
<p> or can I use the element id to insert the calculated value? or can I change the element name but still get it into the right field in the Google spreadsheet?</p>
<p>Any help greatly appreciated!! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1512</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Tue, 27 Sep 2011 19:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1512</guid>
		<description>All of a sudden my code to take you to a new page is being overridden.  It&#039;s worked for weeks previous to this and I didn&#039;t change anything. Anybody know of any google updates that might have caused this?</description>
		<content:encoded><![CDATA[<p>All of a sudden my code to take you to a new page is being overridden.  It&#8217;s worked for weeks previous to this and I didn&#8217;t change anything. Anybody know of any google updates that might have caused this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1509</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 20 Sep 2011 16:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1509</guid>
		<description>edit:
here is the code http://pastebin.com/dfJ6N3sL

Help is greatly appreciated, thanks!</description>
		<content:encoded><![CDATA[<p>edit:<br />
here is the code <a href="http://pastebin.com/dfJ6N3sL" rel="nofollow">http://pastebin.com/dfJ6N3sL</a></p>
<p>Help is greatly appreciated, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1508</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 20 Sep 2011 16:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1508</guid>
		<description>I really want my submit button to work like this http://googlesystem.blogspot.com/2008/05/customize-google-docs-forms.html

I want it to stay on the page, but I&#039;ve had some difficulty. Here is my code so far:


&lt;!--
.ss-q-long {
background-color: #2e3a48;
font-family: Arial; COLOR: #cccccc;
font-size: 13px;
height: 140px;
width: 202px;
border: 9px solid #1c2b3a;
}
--&gt;



var submitted=false;













</description>
		<content:encoded><![CDATA[<p>I really want my submit button to work like this <a href="http://googlesystem.blogspot.com/2008/05/customize-google-docs-forms.html" rel="nofollow">http://googlesystem.blogspot.com/2008/05/customize-google-docs-forms.html</a></p>
<p>I want it to stay on the page, but I&#8217;ve had some difficulty. Here is my code so far:</p>
<p><!--<br />
.ss-q-long {<br />
background-color: #2e3a48;<br />
font-family: Arial; COLOR: #cccccc;<br />
font-size: 13px;<br />
height: 140px;<br />
width: 202px;<br />
border: 9px solid #1c2b3a;<br />
}<br />
--></p>
<p>var submitted=false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1507</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Thu, 08 Sep 2011 04:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1507</guid>
		<description>This is how I got around it using jQuery and a hidden iframe. Just place the iframe somewhere in your document (i did just under the body tag) and stick the javascript at the bottom. It basically adds the attributes to the form as in the original and processes the whole thing with jquery. I used this in a wordpress setup an the form itself is pulled out from the_content() so I needed to add the attr&#039;s at runtime....

Add into body somewhere:

[code][/code]

Add this jquery at the bottom:

[code]
jQuery(document).ready(function($){
	
	var submitted = false;
	$(&#039;#ss-form&#039;).attr({
		target: function(){ return &#039;hidden_target&#039;; },
		onSubmit: function(){ return &#039;submitted=true&#039;; }
	});

});
[/code]</description>
		<content:encoded><![CDATA[<p>This is how I got around it using jQuery and a hidden iframe. Just place the iframe somewhere in your document (i did just under the body tag) and stick the javascript at the bottom. It basically adds the attributes to the form as in the original and processes the whole thing with jquery. I used this in a wordpress setup an the form itself is pulled out from the_content() so I needed to add the attr&#8217;s at runtime&#8230;.</p>
<p>Add into body somewhere:</p>
<p>[code][/code]</p>
<p>Add this jquery at the bottom:</p>
<p>[code]<br />
jQuery(document).ready(function($){</p>
<p>	var submitted = false;<br />
	$('#ss-form').attr({<br />
		target: function(){ return 'hidden_target'; },<br />
		onSubmit: function(){ return 'submitted=true'; }<br />
	});</p>
<p>});<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Mayer Johnson</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1506</link>
		<dc:creator>Thomas Mayer Johnson</dc:creator>
		<pubDate>Tue, 30 Aug 2011 19:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1506</guid>
		<description>Hi, does anybody know how to implement this in forms with several pages?

When I hit the &quot;Next Page&quot; button, it redirects me to the &quot;Thanks for completing our survey&quot; page, instead of the next page.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, does anybody know how to implement this in forms with several pages?</p>
<p>When I hit the &#8220;Next Page&#8221; button, it redirects me to the &#8220;Thanks for completing our survey&#8221; page, instead of the next page.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Thomas Mayer</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1505</link>
		<dc:creator>John Thomas Mayer</dc:creator>
		<pubDate>Tue, 30 Aug 2011 19:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1505</guid>
		<description>Hi, does anybody know how to implement this in forms with several pages?

When I hit the &quot;Next Page&quot; button, it redirects me to the &quot;Thanks for completing our survey&quot; page, instead of the next page.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, does anybody know how to implement this in forms with several pages?</p>
<p>When I hit the &#8220;Next Page&#8221; button, it redirects me to the &#8220;Thanks for completing our survey&#8221; page, instead of the next page.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mamms</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1504</link>
		<dc:creator>Mamms</dc:creator>
		<pubDate>Sat, 20 Aug 2011 06:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1504</guid>
		<description>Fount the problem, the link should be:

http://www.morningcopy.com.au/announcements/google-forms-update/</description>
		<content:encoded><![CDATA[<p>Fount the problem, the link should be:</p>
<p><a href="http://www.morningcopy.com.au/announcements/google-forms-update/" rel="nofollow">http://www.morningcopy.com.au/announcements/google-forms-update/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mamms</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1502</link>
		<dc:creator>Mamms</dc:creator>
		<pubDate>Wed, 17 Aug 2011 20:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1502</guid>
		<description>Just a head&#039;s up you have a broken link at the bottom of this webpage for the update:

Link text: Google Forms Update
LINK: http://www.morningcopy.com.au/google-forms-update/

Error message: Oops, this page is missing!

It says around the link: Has your Google Form stopped working because of updates to the Google Forms source code? Check out our Google Forms Update post and find out how to fix this issue in seconds.

Question: Is this info still needed and it that why the link breaks OR do I still need this info to make this all work with Google&#039;s current updates?

Thanks</description>
		<content:encoded><![CDATA[<p>Just a head&#8217;s up you have a broken link at the bottom of this webpage for the update:</p>
<p>Link text: Google Forms Update<br />
LINK: <a href="http://www.morningcopy.com.au/google-forms-update/" rel="nofollow">http://www.morningcopy.com.au/google-forms-update/</a></p>
<p>Error message: Oops, this page is missing!</p>
<p>It says around the link: Has your Google Form stopped working because of updates to the Google Forms source code? Check out our Google Forms Update post and find out how to fix this issue in seconds.</p>
<p>Question: Is this info still needed and it that why the link breaks OR do I still need this info to make this all work with Google&#8217;s current updates?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

