CMS Development

idev
Member

User modified database

I am trying to develop a page where users can submit information that is visible by everyone else that visits, similar to a comments section but containing specific information from a form. It seems that HubDB is the best way to handle this, but it does not appear that information in a HubDB table can be updated through user interaction.

 

Is there a way to do this within hubspot, or a better way to handel this?

0 Upvotes
1 Reply 1
roisinkirby
HubSpot Product Team
HubSpot Product Team

User modified database

Hey @idev this is a great question. I dug into this further with one of our experts @wspiro, this is not something either of us have seen customers do before but Will advised that in order to set this up you would need to have a HubSpot form that submits data to a HubDB table to create new rows. T

 

This would require working with HubSpot's APIs, specifically the use of the POST /hubdb/api/v1/tables/:tableId/rows endpoint: https://developers.hubspot.com/docs/methods/hubdb/create_row

 

I'd reccommend also posting to our API Forum where our community of integration experts will be able to further assist 🙂

0 Upvotes