Submit button inside box
-
Hello, is it possible to have the submit button inside the text box like in the screenshot here?
Thank you
-
Hey @wantedstarling,
Thanks for contacting us!
It seems that you might have shared the screenshot which requires a Microsoft account. When you have some time, can you please re-share the screenshot using a different tool that does not require login access?
Kindly,
Hello @prashantrai, here is a new link.
Just in case this doesnt work again here is a link from Google Drive.
-
This reply was modified 4 years, 2 months ago by
wantedstarling.
Hey @wantedstarling,
Thanks for sharing the screenshot š
You can add following CSS and adjust the values based on our requirements:
div.wpforms-container-full .wpforms-form button[type=submit] { position: absolute; bottom: 15px; border-radius: 5px; left: 100px; }And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.
Hope this helps!
Hey @prashantrai, this worked just like I wanted. But one more detail that I noticed is that the message while sending is shown below the box. Check this screenshot to see what I mean. Do you think its possible to fix this?
Thank you again for your time
ps Google drive link for the screenshot
-
This reply was modified 4 years, 2 months ago by
wantedstarling.
-
This reply was modified 4 years, 2 months ago by
wantedstarling.
Hey @wantedstarling – when you have sometime, can you please share the page URL so I can take a closer look?
Kindly,
Hello @prashantrai, here is the link. The form is at the bottom.
Hey @wantedstarling,
Thanks for sharing the URL – it seems that you might be using the WP-Optimize plugin. When you have some time, can you please try disabling the JS minification and see if that fixes the issue? In case the issue is still there, it looks like there could be a styling conflict between the site theme and the forms. To fix this, please try the following custom CSS snippet:
And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.
Hope this helps!
Hey @prashantrai, thanks the update and your time. I disabled everything on WP Optimize and then disabled the plugin completely but no change. I even tried it on a fresh installation of WordPress on a local machine with the default theme and the problem is also showing there. I also checked the link you attached but nothing. I guess there is no solution for this problem.
Thank you
Hey @wantedstarling,
Thanks for following on this ticket, and I apologize for the delayed response.
When you have sometime, please try following CSS and let me know how it goes:
img.wpforms-submit-spinner { display: none !important; }And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.
Hope this helps!
Hello @prashantrai, that solved the problem. Everything prints as they should. I am gonna wait 1 to 2 days to see if I spot any new problem and then I am gonna mark the thread as solved.
Thank you for your time so far.
Hey @wantedstarling,
Glad to hear that. If you have any other questions about WPForms lite, please feel free to reach out.
Kindly,
-
This reply was modified 4 years, 2 months ago by
The topic ‘Submit button inside box’ is closed to new replies.