All posts by Takayuki Miyoshi

Contact Form 7 5.5.6

Contact Form 7 5.5.6 is now available. This is a maintenance release that includes several improvements and bug fixes.

Warning: Constant Contact users need action

This release also includes some important changes to the Constant Contact integration module which are necessary to accommodate Constant Contact’s new authorization API. If you use Constant Contact, be warned that you need to update your applications on the Constant Contact dashboard, and re-create connections to the new applications from this plugin’s Integration screen. Carefully checking the announcement from Constant Contact is advised.

Continue reading Contact Form 7 5.5.6

Customizing Stripe payment parameters

Stripe‘s payment parameters, such as the currency or the amount of money, are decided by the [stripe] form-tag placed in the form template. You might want to customize the parameters by changing them dynamically based on the user’s selection or some sort of calculation.

You can do it by using the wpcf7_stripe_payment_intent_parameters filter hook like in the following coding example:

Continue reading Customizing Stripe payment parameters