Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #9349
      devr52
      Participant

      1 – if validation fails, it still renders the “message”
      2 – there’s no conditional redirect, only a single redirect
      – how do I redirect upon successful form submission?
      – how would I subscribe in the code to /after/ the form is successful (validation passed, and data saved), /with/ the data accessible to say send an email and/or redirect after?

    • #9358
      Steve
      Keymaster

      You should be able to redirect using the redirect comment block parameter:
      https://piklist.github.io/docs/comment-block-parameters/#redirect

    • #9360
      devr52
      Participant

      How does that allow injecting an ID, or other data obtained from the form (what if it’s search params?)

Viewing 2 reply threads
  • You must be logged in to reply to this topic.