Dynamic Custom Regex Form Validation

Actions & Logic
Resolved

I am currently trying to make my number-based form validation dynamic. Users can select a frequency type (per week, per month, per quarter, per year) and these all have max value (max 7 days per week, 31 days per month, etc). I'm trying to use a form validation that validates based on the variable of PerWeek, PerMonth, etc and have it say if the number is too high based on that variable. How can I do this? I want to use Regex, currently I have it set as a value form 1-999 (I hope, I used Claude AI and haven't tested the form validation yet). Is there anyway to do this, preferably without custom code, I don't know how to code at all.

What have you tried so far?

Using Claude AI to create custom Regex but since everything is tied to variables, this would not work. Maybe I need to create 4 different text fields and have them show dynamically?? I have no idea.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies