• Would love to know how the form data can be sent to a different/additional target.

    Usually a form’s action=”” attribute would specify where the information is being posted to. CF7 obviously takes of all that, to validate form data. And that is excellent, because the fallbacks are so much better for non-HTML5 situations. But I need to send my form data somewhere too!

    Is there a way to specify a different/additional target for the form data to be sent to? For example, using hooks and actions?

  • The topic ‘Specify different/additional form action target’ is closed to new replies.