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