KSSS
KSSS

Reputation: 31

How to create a FORM in outlook email message

I'm working on creating an Outlook email template that will contain a Form with some fields like name, no, date, price and these fields will be mandatory so validation is required. I know how to create an Outlook Email Message Template using the Outlook Tools, but I want to know how to create a form with some fields and validation.

Upvotes: 3

Views: 30968

Answers (3)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66296

For security reasons, Outlook will not run any script or submit HTML forms in the messages it displays.

Upvotes: 0

Chris
Chris

Reputation: 19

I know this is an old topic. Tried to do this, but can't get the field to appear in the body of the email. It keeps showing up to the left of the message, but is not include in the boxy when it is delivered. TIA!

Upvotes: 0

nire
nire

Reputation: 458

  • Customize the ribbon in outlook to show developer ribbon.
  • Then click "design a form". Choose your template, or another.
  • In the field chooser, click New.... Create the field
  • Drag the field into the template. Right click the dragged in field and click properties. Click the validation tab and take it from there

Upvotes: 2

Related Questions