Remove Uppercase Accents

Component type

module

Maintenance status

Development status

Downloads

1830

Component created

Component changed

THIS MODULE IS BEING RENAMED TO RUA

Please visit the new project page here: https://drupal.org/project/rua

All development will continue there.
The decision for changing the name was taken in Drupalcon Prague after discussing this with fellow users and the co-maintainer of this module.

Sorry for the mess.
The new module rua is a drop-in replacement of remove_upcase_accents.

Webform Quantity Total

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When a 'Quantity total' field is added to a webform, admin's enter a per unit price in the admin ui.
When the webform is to be filled out by a user, a textfield called Quantity is displayed. The user enters a quantity, a jQuery functions multiplies the number by the per unit price (entered by the admin) and displays the total.
A page total field is also available that calculates sub-totals.