Hi Jeff,Yes you can force the highlight colour on using the following
script in the docReady event of the root node (normally
form1):app.runtimeHighlight = true; You can also change the highlight
colour, but this is a personal choice. Generally I would leave it at the
default. This ways users are getting the same experience.For the email
submit, there are a couple of choices. If you use a regular button
(instead of the Email Submit Button) you can script for custom
recipients, subject line and m...