Title: Stripe.
Last modified: April 22, 2022

---

# Stripe.

 *  Resolved [pkiula](https://wordpress.org/support/users/pkiula/)
 * (@pkiula)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/stripe-28/)
 * I’d like to use this plugin to use Stripe to accept donations on our NPO website.
   Questions:
 * 1. Will the resulting form use Stripe’s beautiful credit card UI? Or like WPforms
   or Contact Form 7, will the resulting form be a fugly generic HTML form, missing
   entirely on Stripes’ own awesome web design?
 * 2. We are fanatic about web performance. ur GTMetrix score needs to be around
   1s load time. WpForms turned out to rely on `wp_footer()` and it loads 6 JS files,
   including a monolith Jquery. Is this plugin the same? We won’t be using wp_footer
   at all, and need to be as tight and precise on what JS is needed as possible.
   Could you pls advise if this plugin would also need multiple JS includes?
 * 3. To connect WP to Stripe, what steps are needed? Will the Stripe account login
   info be enough?
 * many thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/stripe-28/#post-15582738)
 * Hi [@pkiula](https://wordpress.org/support/users/pkiula/)
 * I hope you are doing well.
 * > 1. Will the resulting form use Stripe’s beautiful credit card UI? Or like WPforms
   > or Contact Form 7, will the resulting form be a fugly generic HTML form, missing
   > entirely on Stripes’ own awesome web design?
 * You will find the Stripe field style and settings on [https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#stripe-field](https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#stripe-field)
 * > 2. We are fanatic about web performance. ur GTMetrix score needs to be around
   > 1s load time. WpForms turned out to rely on wp_footer() and it loads 6 JS files,
   > including a monolith Jquery. Is this plugin the same? We won’t be using wp_footer
   > at all, and need to be as tight and precise on what JS is needed as possible.
   > Could you pls advise if this plugin would also need multiple JS includes?
 * I am afraid we use wp_footer() to load the scrips and also WordPress uses it 
   to load jQuery that is required, not using it isn’t good practice since it is
   the default behaviour of WordPress when using [https://developer.wordpress.org/reference/functions/wp_enqueue_script/](https://developer.wordpress.org/reference/functions/wp_enqueue_script/)
 * Instead of disabling the entire wp_footer, I would suggest using wp_dequeue_script
   to remove unwished scripts.
 * > 3. To connect WP to Stripe, what steps are needed? Will the Stripe account 
   > login info be enough?
 * You will use the API test and Live Keys: [https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#connect-to-stripe](https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#connect-to-stripe)
 * Best Regards
    Patrick Freitas
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/stripe-28/#post-15600960)
 * Hello [@pkiula](https://wordpress.org/support/users/pkiula/) ,
 * We haven’t heard from you for a while now, so it looks like you don’t have more
   questions for us.
 * Feel free to re-open this ticket if needed.
 * Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Stripe.’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/stripe-28/#post-15600960)
 * Status: resolved