Tagged Questions
The formish tag has no wiki summary.
7
votes
1answer
358 views
How does one pre-populate a Python Formish form?
How does one pre-populate a Formish form? The obvious method as per the documentation doesn't seem right. Using one of the provided examples:
import formish, schemaish
structure = ...
0
votes
0answers
19 views
Is there a good way to get unmarshalled formish values in a failure handler?
If a formish form fails to validate, the failure handler usually re-displays the form with submitted values and error messages indicating what needs to be fixed.
In the failure handler, is there a ...
0
votes
2answers
92 views
How do I customize formish error messages?
I'm using formish to handle web forms but I don't like the automatically generated error messages when validation fails. Where do I customize those error messages?