Sales Question?
Welcome, Guest

How to format a calculated total number as £X.XX
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: How to format a calculated total number as £X.XX

How to format a calculated total number as £X.XX 1 year, 3 months ago #67847

I have a calculation running in a text field, to work out the total of a few select-lists.

I need this total to be formatted as a price, not just a number. Please can someone advise how to do this? I have the following code calculating the fields for me (in the Actionscript box, as Custom code on change), and it the result of this I need formatted as a price. Thanks in advance for any help!

function ff_total_action(element, action)
{
ff_getElementByName('total').value =
Number(ff_getElementByName('string_type').value) +
Number(ff_getElementByName('grommet_strip').value) +
Number(ff_getElementByName('grip_type_foc_fitting').value) +
Number(ff_getElementByName('string_dampener').value);
}
// ff_total_action
  • mattrcb
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
  • Karma: 0

Re: How to format a calculated total number as £X.XX 1 year, 3 months ago #67990

Hi,

try this

function ff_total_action(element, action)
{
ff_getElementByName('total').value = "£" + Number( 
Number(ff_getElementByName('string_type').value) +
Number(ff_getElementByName('grommet_strip').value) +
Number(ff_getElementByName('grip_type_foc_fitting').value) +
Number(ff_getElementByName('string_dampener').value)

).toFixed(2);
}
===============================================
Satisfied?
Consider a membership!
===============================================
Like us on Facebook
===============================================
Follow us on Twitter
===============================================
  • Page:
  • 1
Moderators: TheMuffinMan, ForumSupport
Time to create page: 0.33 seconds

Flatrate Membership: Professional Subscription

Get lifetime access to all of our products and 1 year of professional support -- for just $199 USD. No limits on domains!. Includes all of our current and future Joomla!® extensions, WordPress® plugins and Joomla!® templates.

Get it from here

Recurring Customer Discount - 50% Off!

Get a 50% discount on our Professional Subscription if you have been purchasing a subscription from us in the past -- no matter when. The Professional Subscription includes all of our current and future Joomla!® extensions, WordPress® plugins and Joomla!® templates.

How to receive the discount:

  • Purchase a basic 1-Year Subscription from here.
  • Send us a quick email to This email address is being protected from spambots. You need JavaScript enabled to view it. with your username and proof of your old purchase.
  • We will then upgrade your account to the Professional Subscription.

3rd Party Discount - 25% Off

We help you to keep your costs under control. If you are a new member and purchased a form building tool from a different form vendor, then you'll get a 25% discount on our 1-Year Basic or Professional Subscription plans.

How to receive the discount:

  • Send us a quick email to This email address is being protected from spambots. You need JavaScript enabled to view it. with a proof of purchase (for example a paypal receipt).
  • Await payment instructions and enjoy your membership!

About

Crosstec GmbH & Co. KG

Hohenzollernring 57

50672 Cologne, Germany

Imprint