custom outlook forms on 2003
i designed a form from a message form template but i want to have fields in the form body like you would on a webpage form. i've got it so it emails fine but the data in custom fields doesnt end up in the subsequent email.
All really want to do is merge the contents of all the custom fields into the body of the subsequent email.
anyone know anything about this?
thx
i've found some code aka
but when the form tries to send get the errorCode:Function Item_Send() dim strMsg strMsg = Item.UserProperties("pupilname") Item.Body = strMsg End Function
"microsoft vbscript runtime error: object variable not set"
i dont get it



LinkBack URL
About LinkBacks
Reply With Quote
