Email Submit in 2003

L

Lisa

I have a form created in 2007 with an email submit button that send a certain
view of the form in the body of the email and not as an attachment. In order
to accomplish this I do the following:

-Switch to the view
-Have the user fill out a section which stores the To, CC, Subject, etc.
-An "Email" button hides the email to info, then submits to email using a
data connection
- The Data Connection is set to "Send only the active view of the form and
no attachments"

In 2007, this works beautifully as expected, and the 2003 compatibility
check shows no issues, however, in 2003 an email is sent with a blank body.
Because I am avoiding using trusted forms, I am trying to accomplish this
without any code. All of my users are running 2003 and plans to upgrade to
2007 have been put on an indefinite hold. Any help with this would be
appreciated.

Thank you,
Lisa
 
S

Shiva

Hello,

Can you try once below procedure,
1. Open manifest.xsf in editor mode.
2. Search for ‘<xsf:attachmentFileName’ in that file.
3. Remove ‘<xsf:attachmentFileName value="Form"
valueType="literal"></xsf:attachmentFileName>’ from manifest.xsf.
4. Save the file and now you can try this solution.
 
L

Lisa

Thank you for the suggestion. I was able to edit the manifest.xsf but did not
find the attachmentFileName you mentioned below.
Do you have any other suggestions?
Lisa.
 
Top