Checkbox in Outlook

JayJeff Posted messages 1 Status Membre -  
thev Posted messages 2003 Registration date   Status Membre Last intervention   -

Hello everyone,

Here’s a first question that will help me create a clearer and more targeted post later on.

Within my company, I would like to send a questionnaire to be filled out by email.
I would like this questionnaire to be filled out directly in the email and not use a link to a form.
I am using Outlook 365.
The purpose of this form is to gather users' needs for meetings taking place in an auditorium.
I would like a questionnaire with checkboxes.
In fact, something a bit more appealing than my standard email with cells or columns to fill out.
Where the recipients can simply check boxes instead of writing: yes no ...
The recipients check the boxes and send it back to me by email.
Is this feasible?
Where should I start? VBA? Can we include a user form in an email to then fill it out?

Thank you

Jean-François

1 réponse

thev Posted messages 2003 Registration date   Status Membre Last intervention   721
 

Hello,

To create a mail-type form in Outlook:

Developer Tab --> Create a Form --> Standard Forms Library --> Select "Message" (class IPM.Note)

Once the form is created, to save it:

Publish Button --> Publish the Form As --> Assign a name in the Personal Forms Library and note its class: IPM.Note.form_name (useful if you want to run code associated with this form)


0