Everyone, good afternoon! How can I make a registration form linked to a database? Are there any examples and where can I look?
Hi Andrey,
What do you have so far?
Specific database?
I would probably use either:
- The single input form from the forms module string input
- or the forms module from the rpw module also available in the pyrevit lib pyRevit/pyrevitlib/rpw/ui/forms at master · pyrevitlabs/pyRevit · GitHub using probably the flexform pyRevit/pyrevitlib/rpw/ui/forms/flexform.py at master · pyrevitlabs/pyRevit · GitHub
at the moment I have a tab. I want to add a registration form there that is linked to a database(any kinds). I don’t quite understand the difference between module-string input and module from the rpw. are there any screenshots or video?
the forms module from pyrevit is documented here as well, with a few pictures and examples
effective input
for the rpw one,
https://revitpythonwrapper.readthedocs.io/en/latest/ui/forms.html