Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong position of widget on Contact Form 7 #18

Open
jkummer opened this issue Sep 20, 2024 · 0 comments
Open

Wrong position of widget on Contact Form 7 #18

jkummer opened this issue Sep 20, 2024 · 0 comments

Comments

@jkummer
Copy link

jkummer commented Sep 20, 2024

The widget is displayed below the submit button when using Contact Form 7.
After checking the code, I would suggest the problem is in integrations/contact-form-7.php where the button to find is defined as
$button = '<input class="wpcf7-form-control wpcf7-submit ';
but should be
$button = '<button class="wpcf7-form-control wpcf7-submit ';
because Contact Form 7 in the actual version is using for submitting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant