Please see our response time commitments here:
http://www.gravityhelp.com/support-times/
Also, bumping the topic moves you further away from getting assistance, because we normally try to go from oldest to newest, and when you add a reply, you reset the clock, and the topic appears newer than it is.
That said, you can format a field as currency by using this approach:
http://gravitywiz.com/format-field-as-currency/
Or, you can add this CSS to one of your theme's stylesheets to get it to look like your screenshot:
[css]
#field_1_7 .ginput_container:after,
#field_1_12 .ginput_container:after,
#field_1_13 .ginput_container:after,
#field_1_18 .ginput_container:after,
#field_1_14 .ginput_container:after {
content: "%";
}
#field_1_17 .ginput_container:before,
#field_1_6 .ginput_container:before,
#field_1_8 .ginput_container:before,
#field_1_9 .ginput_container:before,
#field_1_11 .ginput_container:before,
#field_1_10 .ginput_container:before,
#field_1_15 .ginput_container:before,
#field_1_16 .ginput_container:before {
content: "$ ";
}
Screenshot: http://minus.com/lbkxUx9wKU6lpe
From the screenshot, it looks like you want the percentage fields to be narrower? You can adjust the size in the form builder by using the drop down for "Field Size" (small, medium or large) on the advanced tab. Screenshot: http://minus.com/lJkYPrybfueLt
Or we can add CSS again to change the width of individual fields to some specific width if the drop down is not accurate enough for you.
Posted 11 years ago on Thursday March 14, 2013 |
Permalink