Submission file type

K

Kurt

I have created the form the way I like, and included a submit function to
email the completed form to myself as well as the user, but the file comes
across as an XML which is still editable. I would like the complete file to
be a non-editable file in order to preserve the data. Does anyone have any
ideas about how to change this?

Thanks in advance.
 
C

Clay Fox

Hi Kurt.

You could digitally sign your forms but this can be complex.

Typically I create a copy of the main view and make it read-only. In 2007
you can set a view read only in the view properties.

Then add a field to your form to track the submit status. Make it boolean,
default false. Add a rule to your email submit that sets it to true right
before the email submit. Then add an open rule which if submit = true switch
views to read-only.

That way whenever someone opens a submitted from they will get the read-only
view.

This can be made more complex but that is the idea.
--
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