<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Adding label under Email field</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Adding label under Email field</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:06:02 +0000</pubDate>

<item>
<title>yuniar on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18155</link>
<pubDate>Wed, 01 May 2013 11:25:39 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18155@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can you post the URL of your form please? I'll check it.&#60;br /&#62;
Or send it via email if you don't want to post it here.
&#60;/p&#62;</description>
</item>
<item>
<title>msfbiz on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18131</link>
<pubDate>Tue, 30 Apr 2013 02:55:06 +0000</pubDate>
<dc:creator>msfbiz</dc:creator>
<guid isPermaLink="false">18131@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;I have added the CSS code you provided with proper id number and have added text as a guideline.&#60;/p&#62;
&#60;p&#62;However the Guideline text still appears on the side and not under the field.&#60;/p&#62;
&#60;p&#62;What am I missing?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18123</link>
<pubDate>Mon, 29 Apr 2013 18:52:36 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18123@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sorry for the delay on this. If you are using version 2, you can try adding this CSS code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_2{
	background: none !important;
	border: none !important;
	font-size:105%;
	line-height:100%;
	margin: 0 !important;
    padding: 0 0 5px;
	visibility:visible;
	width:100%;
	position: static;
	clear: both;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I assume that your form field is having element id number 2. If you have different number, simply change the above &#34;#li_2&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>msfbiz on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18112</link>
<pubDate>Sat, 27 Apr 2013 21:06:44 +0000</pubDate>
<dc:creator>msfbiz</dc:creator>
<guid isPermaLink="false">18112@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello Yuniar,&#60;/p&#62;
&#60;p&#62;So, is there a workaround for MachForm 2?
&#60;/p&#62;</description>
</item>
<item>
<title>msfbiz on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18106</link>
<pubDate>Thu, 25 Apr 2013 21:06:08 +0000</pubDate>
<dc:creator>msfbiz</dc:creator>
<guid isPermaLink="false">18106@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;Your solution would seem to answer my question except that I have MachForm 2 (as indicated in my Post) not MachForm 3.&#60;/p&#62;
&#60;p&#62;I cannot find the Custom CSS Class functionality MachForm 2 and I believe it is specific to MachForm 3.&#60;/p&#62;
&#60;p&#62;Is there a workaround for MachForm 2?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18099</link>
<pubDate>Thu, 25 Apr 2013 11:45:16 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18099@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, the method on the link above will change the &#34;guidelines&#34; position to the bottom and keep the field label position intact.
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18089</link>
<pubDate>Wed, 24 Apr 2013 05:05:52 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">18089@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar, that method changes the field label from top to bottom; but the OP asking how to put it in both positions (top &#60;strong&#62;and&#60;/strong&#62; bottom)?&#60;/p&#62;
&#60;p&#62;msfbiz&#60;br /&#62;
&#60;strong&#62;Linking to a page from Machform&#60;/strong&#62;&#60;br /&#62;
From a Machform form page, you can link to any web page you wish.  Just type the HTML code for a hyperlink to a page, or a file (word doc, pdf etc) containing your policy.  You can use HTML in most fields e.g. use a section break and type the code long-hand e.g. &#60;code&#62;&#38;lt;a href=&#38;quot;your_privacy_policy.html&#38;quot;&#38;gt;Privacy Policy&#38;lt;/a&#38;gt;&#60;/code&#62;    Change the URL in the above example to suit your site.  &#60;/p&#62;
&#60;p&#62;If you wanted to use a pop-up window or light-box, I'm not sure how you would do that, probably add the java-script and/or CSS to the existing files?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18075</link>
<pubDate>Mon, 22 Apr 2013 17:41:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18075@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can use this method:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/doc-bottom-guidelines&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/doc-bottom-guidelines&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>msfbiz on "Adding label under Email field"</title>
<link>https://www.machform.com/forums/topic/adding-label-udner-email-field#post-18062</link>
<pubDate>Sat, 20 Apr 2013 23:24:55 +0000</pubDate>
<dc:creator>msfbiz</dc:creator>
<guid isPermaLink="false">18062@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'd like to add a link to the privacy policy.&#60;/p&#62;
&#60;p&#62;How can I add a label that would appear under the email field (in addition to the regular label above the field)?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
