<?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: Can you have the label text show in the text form field? or hide label only?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Can you have the label text show in the text form field? or hide label only?</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:07:32 +0000</pubDate>

<item>
<title>yuniar on "Can you have the label text show in the text form field? or hide label only?"</title>
<link>https://www.machform.com/forums/topic/can-you-have-the-label-text-show-in-the-text-form-field-or-hide-label-only#post-20540</link>
<pubDate>Thu, 27 Mar 2014 16:16:54 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20540@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You might want to try this modification:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/change-value-default-for-placeholder?replies=8&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/change-value-default-for-placeholder?replies=8&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>webicine on "Can you have the label text show in the text form field? or hide label only?"</title>
<link>https://www.machform.com/forums/topic/can-you-have-the-label-text-show-in-the-text-form-field-or-hide-label-only#post-20515</link>
<pubDate>Mon, 24 Mar 2014 20:40:28 +0000</pubDate>
<dc:creator>webicine</dc:creator>
<guid isPermaLink="false">20515@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm looking for this feature too. Is this available yet?
&#60;/p&#62;</description>
</item>
<item>
<title>ryanmilles on "Can you have the label text show in the text form field? or hide label only?"</title>
<link>https://www.machform.com/forums/topic/can-you-have-the-label-text-show-in-the-text-form-field-or-hide-label-only#post-20419</link>
<pubDate>Tue, 11 Mar 2014 00:34:13 +0000</pubDate>
<dc:creator>ryanmilles</dc:creator>
<guid isPermaLink="false">20419@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Any update or solution to this yet for v3.4 and above?
&#60;/p&#62;</description>
</item>
<item>
<title>ryanmilles on "Can you have the label text show in the text form field? or hide label only?"</title>
<link>https://www.machform.com/forums/topic/can-you-have-the-label-text-show-in-the-text-form-field-or-hide-label-only#post-20352</link>
<pubDate>Wed, 05 Mar 2014 07:06:53 +0000</pubDate>
<dc:creator>ryanmilles</dc:creator>
<guid isPermaLink="false">20352@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;br /&#62;
I can hide the field label and enter in the default value so that the 'label' (name, email, etc.) is in the field, but when you click on the field it doesn't highlight the default value so that it can be typed over and replaced with user input.  Very annoying.  I've seen other forms and programs do this, so that the 'field label' (perhaps hidden) exists within the field itself so that when a user clicks the field it either highlights the text (to be typed over) or allows the cursor to go to the beginning (left) of the field and as soon as a user begins to type, the 'field label' disappears and the user typed input fills the field.  I need to do this for space saving reasons, as I am using a form in a sidebar and with 'field labels' on the top of each field the vertical height is too much.  Is this possible?
&#60;/p&#62;</description>
</item>
<item>
<title>tania on "Can you have the label text show in the text form field? or hide label only?"</title>
<link>https://www.machform.com/forums/topic/can-you-have-the-label-text-show-in-the-text-form-field-or-hide-label-only#post-8269</link>
<pubDate>Sun, 03 Jan 2010 06:36:21 +0000</pubDate>
<dc:creator>tania</dc:creator>
<guid isPermaLink="false">8269@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks!  This worked great.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Can you have the label text show in the text form field? or hide label only?"</title>
<link>https://www.machform.com/forums/topic/can-you-have-the-label-text-show-in-the-text-form-field-or-hide-label-only#post-8265</link>
<pubDate>Sat, 02 Jan 2010 09:17:55 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8265@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I think option 1 is easier, just put this CSS code to your CSS form to hide the field label&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_1  label.description {
display:none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;don't forget to change the number with your field id's
&#60;/p&#62;</description>
</item>
<item>
<title>tania on "Can you have the label text show in the text form field? or hide label only?"</title>
<link>https://www.machform.com/forums/topic/can-you-have-the-label-text-show-in-the-text-form-field-or-hide-label-only#post-8260</link>
<pubDate>Sat, 02 Jan 2010 05:36:28 +0000</pubDate>
<dc:creator>tania</dc:creator>
<guid isPermaLink="false">8260@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;My client is wanting the label text, such as Name, Email Address, etc. show up in the text field form.  Is there a way to do this?  I was thinking of the following 2 solutions:&#60;/p&#62;
&#60;p&#62;1. Hide the label text only, and still how the text form field with the default answer as &#34;Name, etc&#34;.  Can you hide just the label text?&#60;br /&#62;
OR&#60;br /&#62;
2. Have the label text overlap, if you will the text form field.  Currently if you do this the two fields do not overlap very well.  Is there a way to do this?&#60;/p&#62;
&#60;p&#62;Thank you so much for your help.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
