newforms-examples
newforms-examples copied to clipboard
How do you update a fields initial maxValue?
I have a field setup with a maxValue argument, I want to have that change depending on another form field - how can I do this? setting form.fields.myfield.maxValue doesn't work.. (fair enough) Is there some sort of 'updateField' method somewhere?