Needs review
Project:
Webform Paymethod Select
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2017 at 12:21 UTC
Updated:
29 Aug 2017 at 09:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
torotil commentedPrevious buttons should have a formnovalidate attribute. Buttons with that attribute are exempt from the validation. (see webform_paymethod_select.js). If your previous button has this attribute and stripe is still executed then we have a bug - otherwise everything works as expected.
Comment #3
vishnumodi1987 commentedHi torotil,
Thank you so much for your response and for "Stripe payments" module.
This issue is coming from webform_paymethod_select.js, because in this line code written for input submit tag, but I am using Bootstrap theme that all submit button converted in button tag, then this js is not working properly.
Currently I have changed js code using Hook_js_alter, but please resolve this issue ASAP. I am trying also for create patch.
Thanks,
Vishnu
Comment #4
torotil commentedThanks for clearing it up. That explains the issues!
Comment #5
torotil commentedDoes this patch help?