How can I change the Submit button code?

Asked

Viewed 22 times

0

Hello, I created a form Contact Form7 with javascript code and when trying to send it, nothing happened. When consulting the code (inspect element) of the Ubmit button I got the following result:

<input id=enviar1 class=”wpcf-form-control wpcf7-submit” value=”enviar” disable=”disable” type=”submit”>

By removing the disable="disable" statement I can already get the messages. I now have two problems:

1- How to remove this statement permanently

2- Although having created an acceptance field to accept the terms, I always get the message "You must accept the terms and conditions before sending your message." whether the field on or off.

Somebody help me?

  • Where is the code that creates this form and this button?

  • The code is on a page that contains the shortcode of a form. You can consult the form code in this question:http://answall.com/questions/195982/formul%C3%a1rio-contact-Form7-n%C3%a3o-existe-mensagem-de-erro-mas-o-formul%C3%a1rio-n%C3%a3o-%C3%A9-sub

  • Ah, I see. These shortcodes are from the contact-form. I hope someone knows and can help. However I think this question is the same as the other right?

  • I only asked this question because Sergio said I should not put it as an answer to the previous one but create a new question... Sorry for the confusion...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.