"Guest book" feature – has anyone built one in SiteJet before?

Can anyone help me out with a recommendation of how to build a “visitor’s book feature” – pretty much a comments section …

The customer would like their customers to be able to leave greetings and thanks …

1 Like

Hi! I think this can be done in Sitejet.

There are 3 requirements for this:

  1. Have some development skills (Webhooks, APIs, JSON)
  2. Have Sitejet Agency plan
  3. 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:

  1. Create a Collection to hold your data
  2. 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)
  3. Create a page with a Form and a Collection Listing
  4. Change the Form form settings:
  5. Done.

Hope this helps!

1 Like