<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hidden input fields?]]></title><description><![CDATA[<p dir="auto">Is there any built in way to have input fields hidden on the front-end but shown in the admin site editor?</p>
]]></description><link>https://community.appdrag.com/topic/167/hidden-input-fields</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 01:41:50 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/167.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jun 2020 18:29:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hidden input fields? on Tue, 24 Nov 2020 15:28:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> I already do. Great trip. Thanks!</p>
]]></description><link>https://community.appdrag.com/post/1968</link><guid isPermaLink="true">https://community.appdrag.com/post/1968</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Tue, 24 Nov 2020 15:28:56 GMT</pubDate></item><item><title><![CDATA[Reply to Hidden input fields? on Tue, 24 Nov 2020 15:18:31 GMT]]></title><description><![CDATA[<p dir="auto">Hey Dick, you mean by default ?<br />
If not you can use my example .hidden-live above</p>
]]></description><link>https://community.appdrag.com/post/1967</link><guid isPermaLink="true">https://community.appdrag.com/post/1967</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Tue, 24 Nov 2020 15:18:31 GMT</pubDate></item><item><title><![CDATA[Reply to Hidden input fields? on Fri, 20 Nov 2020 10:05:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> nice trim! Is there class with which you can show the elements in Page Builder and hide them in Preview?</p>
]]></description><link>https://community.appdrag.com/post/1924</link><guid isPermaLink="true">https://community.appdrag.com/post/1924</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Fri, 20 Nov 2020 10:05:06 GMT</pubDate></item><item><title><![CDATA[Reply to Hidden input fields? on Fri, 26 Jun 2020 06:12:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/208">@ThomasD</a> said in <a href="/post/515">Hidden input fields?</a>:</p>
<blockquote>
<p dir="auto">s there any built in way to have input fields hidden on the front-end but shown in the admin site editor?</p>
</blockquote>
<p dir="auto">Hello,</p>
<p dir="auto">There's a non builtin way but very easy to do.</p>
<p dir="auto">Add a class throught the identification brush named "<strong>hidden-live</strong>"</p>
<p dir="auto">Then drop a CSS embed code and inside do this</p>
<pre><code>body:not(.pagebuilder-edition) .hidden-live {
  display:none;
}
</code></pre>
<p dir="auto">As in the pagebuilder, the body has the class <strong>"pagebuilder-edition"</strong> you can differentiate it with this simple css.</p>
]]></description><link>https://community.appdrag.com/post/521</link><guid isPermaLink="true">https://community.appdrag.com/post/521</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Fri, 26 Jun 2020 06:12:20 GMT</pubDate></item><item><title><![CDATA[Reply to Hidden input fields? on Thu, 25 Jun 2020 22:35:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi Thomas,</p>
<p dir="auto">I've had to do something similar.</p>
<p dir="auto">One option is a HTML Source Code block for your input field. Just drag in a block and just put in &lt;input class="hidden"&gt; etc.</p>
<p dir="auto">Another option is to drag in a normal form, but add a class like "hide-on-load" and add a javascript snipped to hide that element on load. It'll show in PageBuilder but not when actually loaded.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/17">@Wassim-Samad</a>  something I haven't found a workaround for is exactly this question - how do you show something on PageBuilder but hide in 'real life'? Would be nice if there was a way.</p>
]]></description><link>https://community.appdrag.com/post/517</link><guid isPermaLink="true">https://community.appdrag.com/post/517</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Thu, 25 Jun 2020 22:35:44 GMT</pubDate></item></channel></rss>