Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 592 Bytes

File metadata and controls

16 lines (10 loc) · 592 Bytes

Forminator Paystack Integration Plugin

This plugin integrates Paystack payments with Forminator forms in WordPress.

How to Use

  1. Upload and activate the plugin.
  2. Update your Forminator form ID and field names in the plugin file and JavaScript if needed.
  3. Add [forminator_paystack_button] shortcode below your Forminator form.
  4. Ensure you have set your Paystack API keys in the plugin file.

Notes

  • You must use field IDs that match your form's "amount" and "email" fields.
  • Replace pk_test_xxxxxx and sk_test_xxxxxx with your real Paystack public and secret keys.