Support,
I have an app with a push button which is used to send form contents by email. The push button Action – On Click is set to “Send Email”
I have placed the following within the “Send Email:” pop-up window….
RESULTS: ( ${units} )
Pre-Impact:
Bullet Vehicle (V1): ${BulletPreVel} (${BulletPreSpd})
Target Vehicle (V2): ${TargetPreVel} (${TargetPreSpd})
Post-Impact:
Bullet Vehicle (V3): ${BulletPostVel} (${BulletPostSpd})
Target Vehicle (V4): ${TargetPostVel} (${TargetPostSpd})
Where, I am calling some of the form variables in the body of the email. As you can see in the above example, I would like for the Bullet Vehicle and the Target Vehicle information to appear on separate lines of text within the email’s body.
However, the email that I’ve sent while testing this on my iPhone returns the following format in my Outlook email:
RESULTS: ( ${units} )
Pre-Impact:
Bullet Vehicle (V1): ${BulletPreVel} (${BulletPreSpd}) Target Vehicle (V2): ${TargetPreVel} (${TargetPreSpd})
Post-Impact:
Bullet Vehicle (V3): ${BulletPostVel} (${BulletPostSpd}) Target Vehicle (V4): ${TargetPostVel} (${TargetPostSpd})
Where the Bullet Vehicle and the Target Vehicle information is on the same line.
How can I get the email to return the information on separate lines and not the same line?
Thanks in advance.
mreade