Hi Everyone,
Does anyone know how I can lock this to the bottom right of the page like in gmail?
I want to have this slide up when composing an email and slide down on send. But locking this to the bottom right of the page i’m stuck.
Any help is appreciated.
Thanks!
Use a floating group and set it to vertically float relative to the bottom. Position it on your page canvas where you would like it to stay. For example if you would like it to dock 20px from the bottom of screen, then position it 20px from the bottom of the page canvas in the editor. You can place whatever group, items, etc you need inside the floating group and position them as needed.
Hide the floating group on page load and use a workflow to show when needed. On the Send button, have your workflow send the email then hide the floating group.
1 Like
@derek1 Thank you! This worked 
1 Like