kennym / cf7-to-api

LOOKING FOR MAINTAINER. Wordpress plugin to transmit contact form 7 entries to remote API using POST or GET
https://wordpress.org/plugins/cf7-to-api-basic-auth/
52 stars 30 forks source link

Add ability to override message with api response body #43

Closed Logikgate closed 3 years ago

Logikgate commented 3 years ago

This adds an optional checkbox to each form for allowing the UI message to be overridden by the api response body. It supports response body's that are a simple string or ones that are json structured as { message: "some message" }.

I believe this addresses the use case of #21 as well.

kennym commented 3 years ago

Thank you @Logikgate. LGTM.

Release going out now