Viewing 1 replies (of 1 total)
  • Plugin Contributor David Cramer

    (@desertsnowman)

    Hi There,

    When a form submits, it is handled by it own handler. from here the data is then processed and pushed where needed.

    What you’re asking there is to override where the form submits to.

    While this can be done using the filter caldera_forms_render_form_attributes I would advise you write your own form processor to handle the data as intended. from there you can use a redirect processor to take the user to the next page.

    I have created a boilerplate to help creating your own form processors and can be found here: https://github.com/Desertsnowman/cf-formprocessor-boilerplate

Viewing 1 replies (of 1 total)
  • The topic ‘Add Form Action’ is closed to new replies.