Send Gmail: Want to open form for completion

Is there a way to use the “send gmail” button and have it pop-up so that I can fill it in before hitting the send button?

i suggest creating a table with columns for subject, to-address, cc-address, priority and message-body. add a button to send all that as an email.

then you can have a button that does AddRow() to that table with an .OpenRow() chained at the end.

then a dialog will open where a user can input those details and click on the send-mail button when done.

maybe there is a better way… but this is what comes to my mind

max

2 Likes

yep @Xyzor_Max , this might help @anon51036295 out and in case you want pre-filled subject lines (for they are often the same) you can use the ‘value for new rows’ .

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.