<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Formatting input field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/formatting-input-field</link>
		<description>Gravity Support Forums Topic: Formatting input field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 16:28:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/formatting-input-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Formatting input field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formatting-input-field#post-57040</link>
			<pubDate>Mon, 30 Apr 2012 15:25:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">57040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To set the width of the DOB field you can use this in your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_2_20 {
width: 7%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the Price color you can use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper span.ginput_product_price {
color: black !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Something from your theme or a plugin is injecting break tags in your address field which is causing the misalignment: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/44a3e831-3b64-4cda-beac-00317d97649b/a3b469cd48ede2e1dc40939414605f78&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That could be moot if you decide to make your own address field to accomodate your input mask as I described above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>golf1025 on "Formatting input field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formatting-input-field#post-57038</link>
			<pubDate>Mon, 30 Apr 2012 15:09:01 +0000</pubDate>
			<dc:creator>golf1025</dc:creator>
			<guid isPermaLink="false">57038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank for your fast reply. I've reader through the first two links, but could'nt find the Right anders. Eg. The examples often don't explain wereld the code has to ben put (in which file). Anyvway, please have aan look at &#60;a href=&#34;http://www.notu-leren.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.notu-leren.nl&#60;/a&#62;&#60;br /&#62;
You first have tot select aan radiobutton and continue tot the seconden form. The zip field (postcode) in the address section should be formatted 9999 AA.&#60;br /&#62;
the town field (stad) is misalingned. The date-of-birth field is wider than the input mask (dd/mm/yyyy). Als, I'd like to change the colour of the price field from red tot Black.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Formatting input field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formatting-input-field#post-57012</link>
			<pubDate>Mon, 30 Apr 2012 14:25:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">57012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As far as the styling goes, have you seen these documentation areas already?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/frequently-asked-questions/faq-styling-formatting/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/frequently-asked-questions/faq-styling-formatting/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/other-resources/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/other-resources/&#60;/a&#62; - Down towards the middle/bottom are general CSS rules and information&#60;/p&#62;
&#60;p&#62;As far as the input mask goes, not every field has that function built-in. Your best bet is to use the Single Text Input field which does allow for it - you'll just need to recreate your address field into separate fields.&#60;/p&#62;
&#60;p&#62;If you get stuck, post a link to your form and point out specific pieces in the styling and we can help pinpoint it more specifically with you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>golf1025 on "Formatting input field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formatting-input-field#post-56997</link>
			<pubDate>Mon, 30 Apr 2012 12:55:41 +0000</pubDate>
			<dc:creator>golf1025</dc:creator>
			<guid isPermaLink="false">56997@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, sorry if I overlooked the obvious, but this is because I just started using Gravity, and in fact did succesfully design a few forms. However css, php and what goes where is largely still a mystery to me.&#60;br /&#62;
I need hellp in how to:&#60;br /&#62;
1. Change the (width) lenght&#60;br /&#62;
2. Change the input mask&#60;br /&#62;
3. Change the fontcolour&#60;br /&#62;
Of input fields.&#60;br /&#62;
Taking the standard address field I would like to limit the size of the zip field to 7 spaces and force the user to enter it in the following format '9999 AA'.&#60;br /&#62;
I realise that the address field is an complex field, but my question goes for all types of inputfileds.&#60;br /&#62;
I've searched all over the forum and documentation in Gravity, but could not find a step-by-step guide for dummies like myself.&#60;br /&#62;
And, by the way, why aren't these standard layout parameters settable in the field definition window?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
