Skip to content

Can i pass custom data while submitting forms? #13675

Discussion options

You must be logged in to vote

Hi @MadhusudhanReddyWeWork, I've had a look at this for you.

Budibase supports using JSON as a column type in the tables, which may be how you want to store your metadata, but you could also create a new column type for each metadata value you wish to store.

When using a Form block component, select your table Data source. This will populate all columns in the table as fields in the form. Turn off the metadata column so that it does not appear to the user.

Then, in the actions triggered by the Save button, head to the Save Row action and click "Add column", select your metadata column(s) and set your values there. You may wish to make use of State to help you pass values around from diff…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MadhusudhanReddyWeWork
Comment options

Answer selected by mikesealey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants