1) You leave the mail message body control on the form. Without that, users cannot attach files.
2) You publish a message form to the Organizational Forms library on your Exchanger server. If you want people to go to a public folder to make their submissions, you'd use a post form, not a message form, and publish it to the folder.
3) If you're using a message form, run the form, add that mailbox as a recipient, then save the form as an .oft file. Open it again in design mode and remove the To and Cc controls. If you're using a post form, put code in the Item_Write event handler to forward it to the desired mailbox.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> Hello!
> I am trying to set up an outlook form for colleagues to send me entries for
[quoted text clipped - 20 lines]
> thanks for your help!
> Resi
Resi - 25 Apr 2008 22:33 GMT
Thanks Sue!
I'll have a go tomorrow when back at work. will let you know how it goes!
thanks
Resi
> 1) You leave the mail message body control on the form. Without that, users cannot attach files.
>
[quoted text clipped - 26 lines]
> > thanks for your help!
> > Resi
Resi - 13 May 2008 17:10 GMT
Hi Sue
I am not succeeding... I think I need to backtrack and figure out how to
design the new e-mail message based form. I did try but when I tested and
sent it to the vol who will be inputting the data into the software, she
recieved a blankc e-mail.
when I try to design the new form, it pop- up a message saying i haven't got
all Activex setting or something enabled. could this be the reason? is
anywhere some info step by step on designing forms?
Thanks, look forward to hear from you
R
> 1) You leave the mail message body control on the form. Without that, users cannot attach files.
>
[quoted text clipped - 26 lines]
> > thanks for your help!
> > Resi
Sue Mosher [MVP-Outlook] - 13 May 2008 17:43 GMT
To work for recipients as well as senders, the form needs to be published to the Organizational Forms library or each user's Personal Forms library with the "Send form definition with item" box on the (Properties) page unchecked. Don't forget to click the Edit Read Page button in the form design to develop a page layout for recipients. See http://www.outlookcode.com/article.aspx?id=61 for other important points about custom message forms.
For links to walkthroughs, see http://www.outlookcode.com/article.aspx?ID=35. My books also have walkthroughs.
If you get errors, give the complete text of any error message. "or something" doesn't provide much for us to go on.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> Hi Sue
> I am not succeeding... I think I need to backtrack and figure out how to
[quoted text clipped - 14 lines]
>>
>> 3) If you're using a message form, run the form, add that mailbox as a recipient, then save the form as an .oft file. Open it again in design mode and remove the To and Cc controls. If you're using a post form, put code in the Item_Write event handler to forward it to the desired mailbox.
>> > Hello!
>> > I am trying to set up an outlook form for colleagues to send me entries for
[quoted text clipped - 20 lines]
>> > thanks for your help!
>> > Resi