Hi,
Is there a way to put the submit button (change form) outside of the form. I would like it to float on the right side of the form, in a sticky way - so it is always visible while the user is scrolling down the form / page.
I've never really used sticky positioning, but if you would like to try it out I would be glad to take a look and help troubleshoot a bit. I would need to see the Form in the browser (not a screenshot).
Christian is on vacation. He will get back to work this Sunday. I'm stepping in, hope this is ok.
I checked the links what button you want to make sticky?
Main site: hidden link
==>
With the above link I can see the buttons at the top are sticky - Please check the screenshot:
- hidden link
Single post view: hidden link
==>
I see multiple buttons available with the above link, do you want to make all those buttons sticky? If yes, can you please share where exactly you want to place the button. Maybe a few screenshots will help.
Post form: hidden link
==>
Do you want to make form's submit button sticky?
The submit button should be added within the scope of the form and there is no such way to put the submit button outside the form as it will not get rendered correctly and will have other negative side-effect or eventually it will not work as you are putting the button outside the Form's scope.