<?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: [css] A pointer to some input fields (address/names)</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: [css] A pointer to some input fields (address/names)</description>
<language>en</language>
<pubDate>Thu, 18 Jun 2026 11:34:37 +0000</pubDate>

<item>
<title>vikrif on "[css] A pointer to some input fields (address/names)"</title>
<link>https://www.machform.com/forums/topic/css-a-pointer-to-some-input-fields-addressnames#post-23292</link>
<pubDate>Mon, 18 May 2015 04:22:26 +0000</pubDate>
<dc:creator>vikrif</dc:creator>
<guid isPermaLink="false">23292@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;When I paste the above CSS in the form theme and select &#34;Save Settings&#34; it will hang on &#34;Saving&#34;... The error is present only when the &#34;url&#34; tag is present in the CSS code otherwise it saves the changes.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[css] A pointer to some input fields (address/names)"</title>
<link>https://www.machform.com/forums/topic/css-a-pointer-to-some-input-fields-addressnames#post-22865</link>
<pubDate>Wed, 04 Mar 2015 10:54:25 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">22865@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for sharing this!&#60;/p&#62;
&#60;p&#62;Just to add some information, you don't need to add the code to each of your view.css file manually. Simply put the CSS code into the &#34;Advanced CSS&#34; section of your theme and you should be good.
&#60;/p&#62;</description>
</item>
<item>
<title>Fa on "[css] A pointer to some input fields (address/names)"</title>
<link>https://www.machform.com/forums/topic/css-a-pointer-to-some-input-fields-addressnames#post-22853</link>
<pubDate>Mon, 02 Mar 2015 18:49:29 +0000</pubDate>
<dc:creator>Fa</dc:creator>
<guid isPermaLink="false">22853@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
Several people using our forms have been confused in entering the values in the address fields, not knowing which label was for which field. Lately, i came across gravity form and noticed how they emphasize the input areas.&#60;br /&#62;
So below a little css i am using to mimic what they did, that is when the field gets the focus, a little arrow next to the label (which is below the input area) points to the area.&#60;br /&#62;
ex: &#60;a href=&#34;http://demo.gravityforms.com/advanced-contact-form/&#34; rel=&#34;nofollow&#34;&#62;http://demo.gravityforms.com/advanced-contact-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In view.css add the below code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li.address div span input:focus + label, #main_body form li.simple_name div span input:focus + label {
    background-image: url(&#38;quot;../../../images/arrows/arrow.png&#38;quot;);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 20px;
    width: auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And the arrow.png has been added in the arrows folder of machform.&#60;br /&#62;
It is applied on the address and simple name fields.&#60;/p&#62;
&#60;p&#62;Note: you might want to add this also to the view.css of your individual forms in the data folder (or it may work to just add in the advanced css - not tested though).&#60;/p&#62;
&#60;p&#62;Regards,
&#60;/p&#62;</description>
</item>

</channel>
</rss>
