• Resolved pkiula

    (@pkiula)


    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

    (@wpmudevsupport12)

    Hi @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

    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.ww.wp.xz.cn/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

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @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.