G
G
Genri_Rus2020-01-12 16:19:58
JavaScript
Genri_Rus, 2020-01-12 16:19:58

What can block the onclick event?

There is a checkout form
5e1c6cee73746675364725.png
I use the wordpress + woocommerce engine
The fact is that the change event inside the form works, but click does not

<form name="checkout" method="post" class="checkout woocommerce-checkout" action="<?php echo esc_url( <code 
wc_get_checkout_url() ); ?>" enctype="multipart/form-data">
//тут данные формы
</form>

Because of what it can be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Karpion, 2020-01-12
@Karpion

Probably because there is no "click" word in the form code...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question