How about adding a background image to the input where you are displaying your calculation? You can add this to your theme's stylesheet (or wherever pagelines wants you to enter custom CSS rules):
[css]
body .gform_wrapper #input_3_15,
body .gform_wrapper #input_3_19,
body .gform_wrapper #input_3_20,
body .gform_wrapper #input_3_16,
body .gform_wrapper #input_3_17,
body .gform_wrapper #input_3_18 {
background-image: url("http://www.markethardware.com/images/dollar-sign.png");
background-position: 8px center;
background-repeat: no-repeat;
padding-left: 24px;
}
Don't hotlink to that dollar sign image: download and store your own on your server and position it as required. Also, be sure to include a rule for every field which may be used to show a calculation total. I think I got them all but I did not text every confirmation. Let us know if this works for you.
Posted 12 years ago on Monday October 15, 2012 |
Permalink