Locking the field values after a form is submitted

T

tricia

Hi, I'm trying to find a way to lock the field values in a form, after it has
been filled out, submitted and sent to a user via email.

I'm finding that once the email is opened, the values can still be changed.
How can I lock down these fields upon submission of the form?
 
C

Clay Fox

You would need to be able to conditionally determine it had been submitted
initially.
Typically a field set to true when the submit happens.
Then copy your main view to a second view and make the fields readonly.
Then crete an open rule which checks and if submitted equals true swithes to
the readonly view.
--
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