Skip to content
  • 0 Votes
    10 Posts
    4k Views
    julianJ

    @Tanner write API could help with that, but until then, here's the high-level implementation/workaround:

    FTPP (form-to-post plugin) establishes new POST route at /feedback When that route is called, take req.body.text (where text is the id in the corresponding form) and call Topic.post as a pre-registered user.

    That's pretty much it. There's more to expand on (such as spam prevention/throttling/auth/security), but yeah.

  • 1 Votes
    18 Posts
    7k Views
    A

    @julian 😛 If you view his avatar in a new tab, he has a cool tattoo. 😄