-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Form with pre-defined set of fields #156
Comments
@lingster you could do this by overriding the |
@ababic : indeed this is roughly what I have tried:
The trouble with this method is that we will now have additional table created to store MyForm. I'm just looking for a cleaner way to implement this, could you do something like |
This is the approach I have taken in a recent project. |
Yes, that does indeed do the trick. I can add some documentation for this, if it will be useful for future users? |
Hi,
Is it possible to create a form which is programmatically pre-defined with a set of fields. I'd like to ensure that my forms always has at least 1 input text box, but I'm stuggling to see how to add this.
The text was updated successfully, but these errors were encountered: