I figured out whats the issue. The submit button has become invisible. The arrow next to text message box doesn't work as submit button. if you hover your mouse below the text form you see the hand icon and if you click on it, the form gets submitted
i have attached the screenshot. the submit button is there hidden. if you click on it the form gets submitted.
My solution is a workaround. I want that arrow to work. can you please check and make it work. i am not able to place the submit button correctly so it doesn't look good
I figured out whats the issue. The submit button has become invisible. The arrow next to text message box doesn't work as submit button. if you hover your mouse below the text form you see the hand icon and if you click on it, the form gets submitted
i have attached the screenshot. the submit button is there hidden. if you click on it the form gets submitted.
Attached files: Screenshot 2024-08-09 at 5.52.03 PM.png
Your arrow is not working as submit button so i added a new submit button in contact form 7
<div class="submit-btn-wrapper">
[submit "Send"]
</div>
and used custom css to align it but its not looking great but its working
.wpcf7 .submit-btn-wrapper {
text-align: right;
}
Ok, sounds good, does it work now?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
My solution is a workaround. I want that arrow to work. can you please check and make it work. i am not able to place the submit button correctly so it doesn't look good
Try the following in customizer -> additional CSS
#contact-formular.modern-form input[type="submit"] {
top: 0;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
This worked. Thanks.