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.
Dynamic Custom Regex Form Validation
Actions & Logic
Resolved
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.
Yes
2
2 replies