Isaac Cook
Isaac Cook
Ah, initially this was intended to be done by changing the BaseNode attribute before generating the Form. IE BaseNode.base = '...'. This works but will change it for all things...
In it's current configuration this couldn't be accomplished without some metaclass voodoo. However, an easy alternative might be to use the global context, since that was basically what it was...
Pushing to 0.3.1 to offload 0.2.3
I definitely think this would be a great feature, but implementation will be a bit tricky. I'd like to use PyCAPTCHA but it's somewhat out of date and in need...
This is a good idea, but will probably be a bit before I implement it. There are some bigger features that are my focus at the moment. If you want...
This is an interesting point, and definitely an oversight in original design. I'll give it some thought on a clever way to introduce this and try to get back to...
I'm not sure I understand. Are you thinking to have a client side JSON schema? Certainly we could make something to dynamically create a form, but wouldn't the validators still...
Interesting, I haven't worked with that library before so I'll look into it. I created #80 for further discussion along this vein since this issue is fairly separate.
@therealprologic Unfortunately this project is now mostly EOL as far as my development time goes. My needs for this kind of package are mostly being fulfilled by Angular at the...