How to Email web version of form when clicking submit (possible?)

B

Bill

I want the user to fill in the required information and upon clicking
"submit" the form is emailed out accordingly as an Exported "Web" version of
the form (.mht), not a .xsn file.

In other words, I want the email recipient to receive the attached form in
an uneditable, clean looking, version.
 
S

SSA

There is not out of the box way to do this. You will have to manually convert
the form to .mht and then on submit, send that file to the user.
 
B

Bill

Well that sucks. Ok, in simple terms, how can I make it so that the form
that is emailed to the recipients is "read only".
 
C

Clay Fox

This is pretty common.

Typically I just copy the original view to another one and then make the new
view read-only. In 2007, you can do this with a click in the view
properties. Otherwise I would change the controls to expressions or make them
read-only individually in their properties.

Then you either use an existing field which is always changed on submit as
your conditional or add a field (default false, on submit set to true) and
use this in your open rules where field is true switch views to read-only.
--
Thanks

Clay Fox

Qdabra Software
http://www.qdabra.com

InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top