Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hey Fantasma98,

    I don’t believe there is a hook built into the plugin that allows you to grab such information, but you can however create a JavaScript function that will grab the value of each field and then pass it where it is needed. You can run the function on form submission, and grab the data before it gets passed along to the MailChimp API.

    We’ll look into adding such a hook into future iterations of the plugin.

    Thanks,
    Evan

    Thread Starter fantasma98

    (@fantasma98)

    What I’d want is to take part of the form validation, and, if all is ok manipulate the data.

    Collecting it before submission would have me validating the fields, which I want to avoid if possible, but, if it’s the only way….

    Plugin Author Evan Herman

    (@eherman24)

    All form validation gets done by the MailChimp API. You wouldn’t need to do any validation. You can just simply store the necessary data how you need it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hook After Submission’ is closed to new replies.