August 12, 20169 yr Hi there, ist there a way to hide the "cancel-button" in the message sending dialog ? I really want to keep the dialog so the user is able to see that there is something happening but I don't want to give the user the ability to cancel the whole process. I read that the parameter "progress=false" will switch off the whole popup but where do I have to define the parameter in Email Quicksend ? My Quicksend-Script looks like this: EmailQuickSend( sender email ; receiver email; subject ; content ; attachment) AND EmailDisconnect So is it possible to only hide the cancel-button in the popup ? Regards
August 17, 20169 yr Hi hirsma, EmailQuickSend does not support turning off/on the progress bars. In order to turn off the progress bars you will need to use EmailSend. There is also not an option to hide just the "cancel" button.
Create an account or sign in to comment