Hi everyone
with the removal of the “live post” option, I am having a hard time putting chatgpt within my site.
I currently use Create an Item → Publish an Item but this is not ideal because it forces the user to refresh the page to read the response.
What other method can I use to get a live response?
You can simply use JavaScript to reload the page (or redirect to the new CMS item), or use JavaScript to refresh the part of the page that needs “reloading”, without actually reloading the page. This is called AJAX.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
What if i would like to make the answer private? Is there any way?
Private to whom? You’re publishing a public website.
Does your website have a login system?
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
@samliew Sorry I did not explain myself sufficiently.
What I would like to do is to create a new page with single url determined by the CMS item ID so as to keep the bot responses private.
This way each individual user can read their own response.
What I should do is to figure out how to pass the CMS item url generated via make.com to webflow so that it opens a new page.
Is this possible?
Welcome to the Make community!
Yes, that is possible. You’ll need a minimum of five modules:
You can pass (return) the new CMS item’s info via a Webhook Response module as JSON, and JavaScript on the page will perform the redirect. If you need help with this please contact me using the link below for a quote.
Give it a go and let us know if you have any issues!
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!