dualcube / moodle-enrol_stripepayment

Moodle Stripe Payment Collector
16 stars 26 forks source link

Removing Remember Me check box from credit card form. #23

Closed Blacksheeprules closed 5 years ago

Blacksheeprules commented 5 years ago

Could someone please tell me how to remove the remember me check on the credit card input window. Ideally, I would like to use css in moodle, but a code change will work. Thanks so much in advance for your help.

Regards,

Mark

parthajeet commented 5 years ago

Hello,

In enrol.html page (https://github.com/dualcube/moodle-enrol_stripepayment/blob/master/enrol.html)

in the script add data-allow-remember-me="false" to remove remember me checkbox. Hope this helps.

Stripe Reference Doc - https://stripe.com/docs/checkout

Thanks, Parthajeet~

Blacksheeprules commented 5 years ago

Thanks for the help. Do you know where the script is in the moodle plugin?

On Wed, Feb 27, 2019, 10:36 PM parthajeet, notifications@github.com wrote:

Hello,

In enrol.html page ( https://github.com/dualcube/moodle-enrol_stripepayment/blob/master/enrol.html )

in the script add data-allow-remember-me="false" to remove remember me checkbox. Hope this helps.

Stripe Reference Doc - https://stripe.com/docs/checkout

Thanks, Parthajeet~

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dualcube/moodle-enrol_stripepayment/issues/23#issuecomment-468155781, or mute the thread https://github.com/notifications/unsubscribe-auth/AgI3L-w1Z61IQ1JIOT5Rk-2_WrihZLXHks5vR3jogaJpZM4bVEd_ .

parthajeet commented 5 years ago

Yes, it's under your_moodle_folder/enrol/stripepayment/enro.html

Blacksheeprules commented 5 years ago

Thank-you very much!

On Wed, Feb 27, 2019, 11:32 PM parthajeet, notifications@github.com wrote:

Yes, it's under your_moodle_folder/enrol/stripepayment/enro.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dualcube/moodle-enrol_stripepayment/issues/23#issuecomment-468168320, or mute the thread https://github.com/notifications/unsubscribe-auth/AgI3L2Ciq1GrtfDFepWUQvq-iOc_1C-Vks5vR4YlgaJpZM4bVEd_ .

Blacksheeprules commented 5 years ago

Thanks again. It worked!

On Wed, Feb 27, 2019 at 11:34 PM Mark Iannone markiannone@gmail.com wrote:

Thank-you very much!

On Wed, Feb 27, 2019, 11:32 PM parthajeet, notifications@github.com wrote:

Yes, it's under your_moodle_folder/enrol/stripepayment/enro.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dualcube/moodle-enrol_stripepayment/issues/23#issuecomment-468168320, or mute the thread https://github.com/notifications/unsubscribe-auth/AgI3L2Ciq1GrtfDFepWUQvq-iOc_1C-Vks5vR4YlgaJpZM4bVEd_ .

parthajeet commented 5 years ago

Glad to know it worked. Welcome.