You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Admin, in order to create a webform with a field that accepts values in dollars and cents, I need the to provide users with the ability to specify amounts as numeric currency instead of text.
https://www.drupal.org/project/currency may be a better solution especially if the form field forces an entry like 29.5 to 2 decimal places and records it as 29.50
Expected Behavior
I enter a value of 29.5 in the fee_amount_willing field and expect to round to 2 decimal places and prepend amount with a dollar sign ($) when displaying
As a Admin, in order to create a webform with a field that accepts values in dollars and cents, I need the to provide users with the ability to specify amounts as numeric currency instead of text.
https://www.drupal.org/project/currency may be a better solution especially if the form field forces an entry like 29.5 to 2 decimal places and records it as 29.50
Expected Behavior
I enter a value of 29.5 in the fee_amount_willing field and expect to round to 2 decimal places and prepend amount with a dollar sign ($) when displaying
Actual Behavior
29.5 is entered in the field
Steps to reproduce the behavior
Enter data into webform at https://dev-admin.foia.gov/form/cnuat-form and submit
Click on your submission at https://dev-admin.foia.gov/admin/structure/webform/manage/cnuat_form/results/submissions to view
The text was updated successfully, but these errors were encountered: