<?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: FEATURE SUGGESTION - Borderless Read-Only Fields</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: FEATURE SUGGESTION - Borderless Read-Only Fields</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 08:46:50 +0000</pubDate>

<item>
<title>yuniar on "FEATURE SUGGESTION - Borderless Read-Only Fields"</title>
<link>https://www.machform.com/forums/topic/feature-suggestion-borderless-read-only-fields#post-24934</link>
<pubDate>Sat, 27 Feb 2016 13:11:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">24934@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for sharing this!
&#60;/p&#62;</description>
</item>
<item>
<title>pkirill on "FEATURE SUGGESTION - Borderless Read-Only Fields"</title>
<link>https://www.machform.com/forums/topic/feature-suggestion-borderless-read-only-fields#post-24883</link>
<pubDate>Mon, 15 Feb 2016 23:30:16 +0000</pubDate>
<dc:creator>pkirill</dc:creator>
<guid isPermaLink="false">24883@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;So coming back to it - I thought I would share the final code I came up with to create the borderless date field. Thanks again to Yuniar for the important headstart! It may be messy and there may be a few extraneous items, but it worked for me... It the custom CSS for the date field, you need to put: borderless, nolabel, nopic&#60;/p&#62;
&#60;p&#62;If anyone can offer a cleaner solution - I would welcome it! Thanks!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* This removes the border and shadows from the input boxes*/
#main_body .borderless input.text  {
     border: none !important;
     box-shadow: none !important;
     border-radius: 0px !important;
     padding: 0px 0px 0px 0px !important;
     background-color: #ffffff  !important;
     font-weight:100 !important;
}
/*This removes the  &#38;quot;MM DD YYYY&#38;quot; labels from below the input boxes*/
#main_body .nolabel label{
     display:none !important;
     color:#fff;
}
/*This removes the calendar icon*/
#main_body .nopic div {
     display:none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>yuniar on "FEATURE SUGGESTION - Borderless Read-Only Fields"</title>
<link>https://www.machform.com/forums/topic/feature-suggestion-borderless-read-only-fields#post-24873</link>
<pubDate>Sun, 14 Feb 2016 11:07:46 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">24873@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;That sounds great to hear :-)
&#60;/p&#62;</description>
</item>
<item>
<title>pkirill on "FEATURE SUGGESTION - Borderless Read-Only Fields"</title>
<link>https://www.machform.com/forums/topic/feature-suggestion-borderless-read-only-fields#post-24819</link>
<pubDate>Wed, 03 Feb 2016 03:11:13 +0000</pubDate>
<dc:creator>pkirill</dc:creator>
<guid isPermaLink="false">24819@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Well, that is tremendous! I was trying to do it with CSS but my skills are minimal. Much thanks for the assist! I'm going to assume getting rid of the &#34;MM DD YYYY&#34; and date picker icon from a date field are not quite so easy... :)  But, seriously, thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "FEATURE SUGGESTION - Borderless Read-Only Fields"</title>
<link>https://www.machform.com/forums/topic/feature-suggestion-borderless-read-only-fields#post-24708</link>
<pubDate>Mon, 18 Jan 2016 05:36:40 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">24708@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It's possible to do so using CSS code. Simply add this CSS code into your theme:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .borderless input.text{
  border: none !important;
  box-shadow: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and then apply the &#34;borderless&#34; class into your text field.
&#60;/p&#62;</description>
</item>
<item>
<title>pkirill on "FEATURE SUGGESTION - Borderless Read-Only Fields"</title>
<link>https://www.machform.com/forums/topic/feature-suggestion-borderless-read-only-fields#post-24696</link>
<pubDate>Thu, 14 Jan 2016 23:40:25 +0000</pubDate>
<dc:creator>pkirill</dc:creator>
<guid isPermaLink="false">24696@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Love the product and I'm learning a lot! I do have one suggestion (so far) that I can't seem to work around. That is to remove (or have option to remove) the border and background styling when setting a field to read-only. For example, in one form I need to show the user the we are capturing the date they submit the form. So I use a date field, set it to &#34;today&#34; and check read only. It works perfectly except the user see's it as &#34;selectable&#34; although the can't change it and it causes minor confusion. Another advantage to this would be the ability to add clean inline comments in a form using the single line or multi-line text fields. If there is a way to do this currently using custom CSS, I'd sure appreciate any tips on how to do that.  Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
