The fields work with correct numerical values only — the format of the transferred value must fully comply with the field settings (mask, min/max value, date format).
For example, dates in the YYYY-DD-MM format: the year, day, and month must be specified completely and in the correct order.
The field with the 2001-01-01 value is correct, and the 2001-1-1 format is not, you need to add zeros.
Correct: https://help-demo.website/test?form-setter-data=01-01-2025Incorrect: https://help-demo.website/test?form-setter-data=2025-1-1