Skip to content
English
  • There are no suggestions because the search field is empty.

How to add an unformatted Number field

In this article, you'll learn how to create an unformatted Number field, set min/max and decimal rules, and save values exactly as typed.

 

  1. 🔢 Select field type → Number
  2. 🔽 In Number format dropdown → choose Unformatted
  3. ⚙️ Set Minimum value1
  4. ⚙️ Set Maximum value5000
  5. 🔢 Set Max decimal places4
  6. 🛈 Hover tooltip (example) → "this field accepts numbers only, within the range of zero to twenty"
  7. ➕ Add the Number field
  8. 📄 Open Project page → scroll to Project custom fields → find Unformatted Number at bottom of section
  9. ✏️ Type number into the field
  10. 💾 Click Save
  11. ⚠️ If value < Minimum → validation prompt
  12. ⚠️ If value > Maximum → validation prompt
  13. 🔢 Decimal places enforced by backend rules
  14. 🔒 Unformatted = value saved exactly as typed (e.g., 60.80)
  15. 0️⃣ Leading zeros are preserved
  16. 🧾 Thousands are not reformatted (no commas)