<?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: How To Creating A Form Field For Users To Paste HTML Code In</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-creating-a-form-field-for-users-to-paste-html-code-in</link>
		<description>Gravity Support Forums Topic: How To Creating A Form Field For Users To Paste HTML Code In</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:38: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/how-to-creating-a-form-field-for-users-to-paste-html-code-in" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How To Creating A Form Field For Users To Paste HTML Code In"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-creating-a-form-field-for-users-to-paste-html-code-in#post-161857</link>
			<pubDate>Wed, 06 Mar 2013 08:08:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">161857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you figured that out.  Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erin814 on "How To Creating A Form Field For Users To Paste HTML Code In"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-creating-a-form-field-for-users-to-paste-html-code-in#post-160236</link>
			<pubDate>Mon, 04 Mar 2013 17:31:10 +0000</pubDate>
			<dc:creator>erin814</dc:creator>
			<guid isPermaLink="false">160236@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out what the problem was.  The template my client is using is setting the textarea value equal to the embedded code which was causing weird output errors.  Something like value=&#34;&#38;lt;iframe width=&#34;400&#34; et etc&#38;gt;&#38;lt;/iframe&#38;gt;&#34; so I took the input and escaped the html and switched the double quotes in the embed code to single quotes.  $value = str_replace('&#34;', '\'', $value); .  That seems to have resolved my issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erin814 on "How To Creating A Form Field For Users To Paste HTML Code In"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-creating-a-form-field-for-users-to-paste-html-code-in#post-160122</link>
			<pubDate>Mon, 04 Mar 2013 14:00:51 +0000</pubDate>
			<dc:creator>erin814</dc:creator>
			<guid isPermaLink="false">160122@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm trying to do the same thing as the OP.   I have a form where users can drop in their YouTube/Vimeo embed code as iframes.  It's being input into a custom content type so I've set it up as a custom field on the form.  It seems to work okay but for some reason, when I'm in the Edit screen for that custom post type item, it has input an additional iframe tag into that field.  I think it might have something to do with the way either the form or the theme is handling the html inputs. &#60;/p&#62;
&#60;p&#62;I don't see a setting for plain text on the form.  Is the paragraph text the same as a plain text input?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How To Creating A Form Field For Users To Paste HTML Code In"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-creating-a-form-field-for-users-to-paste-html-code-in#post-153330</link>
			<pubDate>Sun, 24 Feb 2013 00:45:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">153330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use a plain text field to accept the input from the user, rather than an HTML field.  Then, you can use that field in your post content template or post body.&#60;/p&#62;
&#60;p&#62;That is if your users will input the whole embed code.  If you just want the video URL, we can do it differently.  Still with a plain text field, but then you need to add the HTML to your post content template to embed that video, rather than displaying the text they just input.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikebrownvb on "How To Creating A Form Field For Users To Paste HTML Code In"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-creating-a-form-field-for-users-to-paste-html-code-in#post-152728</link>
			<pubDate>Sat, 23 Feb 2013 00:22:36 +0000</pubDate>
			<dc:creator>mikebrownvb</dc:creator>
			<guid isPermaLink="false">152728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am enjoying using Gravity Forms but I need help.&#60;/p&#62;
&#60;p&#62;How do I create a form field where users can paste their YouTube embed code? I am using the HTML field but that is only displaying the text I am typing in. I need a box where users can paste in their YouTube embed codes so I can collect them.&#60;/p&#62;
&#60;p&#62;I appreciate any help you can offer.&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Mike B
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
