Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Export to Mailchimp #89

Open
wecontent opened this issue Mar 8, 2018 · 1 comment
Open

Feature Request: Export to Mailchimp #89

wecontent opened this issue Mar 8, 2018 · 1 comment

Comments

@wecontent
Copy link

There doesn't seem to be a way to export form submissions to Mailchimp or any other email marketing tool. Is there a workaround for this?

@tobbexiv
Copy link

tobbexiv commented Mar 8, 2018

If you cannot use the CSV export, it might be possible for you to write your own extension to listen for the formmaker.form.submission [1] event. This event is called everytime a form submission is saved, so you can use it to send the data somewhere else.

[1] https://github.com/Bixie/pagekit-formmaker/blob/master/src/Controller/SubmissionApiController.php#L122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants