Skip to content
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 questionnaires from HTML forms #23

Open
colbyj opened this issue Sep 26, 2023 · 3 comments
Open

Create questionnaires from HTML forms #23

colbyj opened this issue Sep 26, 2023 · 3 comments
Milestone

Comments

@colbyj
Copy link
Owner

colbyj commented Sep 26, 2023

These would need to generate a database table from the HTML DOM, and POSTing the form would need to write to the database.

Maybe it would be useful to have the ability to execute custom Python code in response to a form submission -- but maybe that's something to save for another issue.

@colbyj
Copy link
Owner Author

colbyj commented Apr 2, 2024

I think with my recent change this is no longer necessary.

@colbyj colbyj closed this as completed Apr 2, 2024
@colbyj
Copy link
Owner Author

colbyj commented Apr 2, 2024

Oops, closed wrong issue. I still think this is worth doing.

@colbyj colbyj reopened this Apr 2, 2024
@colbyj
Copy link
Owner Author

colbyj commented Apr 5, 2024

Basically, parse the HTML for 'name' attributes. Define a DB table based on those, and handle the form submission dynamically based on the list of 'name's.

@colbyj colbyj modified the milestones: future, 2.1 Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant