Missing label association for saving payment method
-
Hi there,
When using the Stripe/SEPA payment method and trying to save this payment method/card for later usage, I noticed that the label is missing the association to the input field. Thus, clicking on the label doesn’t enable the checkbox to save the payment data. You need to click on the checkbox input field.
Example code of the SEPA payment method:
<div class="wc-stripe-save-source">
<label class="checkbox">
<input type="checkbox" id="stripe_sepa_save_source_key" name="stripe_sepa_save_source_key" value="yes" data-enpassusermodified="yes">
<span class="save-source-checkbox"></span>
</label>
<label class="save-source-label">Zahlungsmethode speichern</label>
</div>The
<label>is missing thefor="stripe_sepa_save_source_key"here.Best regards,
Matthias
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Missing label association for saving payment method’ is closed to new replies.