You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: