Hi! I think this can be done in Sitejet.
There are 3 requirements for this:
- Have some development skills (Webhooks, APIs, JSON)
- Have Sitejet Agency plan
- An automation tool like Make https://www.make.com/ or Zapier
The Agency plan gives you access to the Collections API (this will allow you not only to GET data but also to POST data).
Steps:
- Create a Collection to hold your data
- Create a flow in Make to take the form payload (described here) and create a new Collection item using the API with the payload (as described here for the POST request)
- Create a page with a Form and a Collection Listing
- Change the Form form settings:
- add a webhook to point to a flow in Make Forms - Sitejet Help
- uncheck to “Send email”
- Done.
Hope this helps!