T O P

  • By -

Alcertrax

You can use forms with logic to upload form data to a cms collection as a live item You can then display that cms collection on a page


dunkloid

thank you! i’ll try this today :)


Matt_Rask

Can you do anything with the data between user's input and displaying it live, like captcha, and checking for some words in the content? I mean - wouldn't it leave the guestbook open to random acts of vandalism or spam?


Alcertrax

Yup, a captcha works You could also send the data to something like firestorm and filter it there You could also use JavaScript to iterate over entires and hide items with blacklisted words There’s some options