Auto-populate user information fields

M

maxxwizard

I have a web service running that exposes user information. When a user logs
on a computer and uses the form, the text boxes containing their user info
will automatically be filled out (i.e. name, department, region). However,
when the form is submitted (via email routing), the receiver opens the xml
file and the user info textboxes are filled with the receiver's info.

Is there a way around this? Is it possible to have the textboxes filled out
when the user clicks submit? Is it also possible to set the entire form to
read-only after the user submits?
 
K

Kalyan Reddy

Hello,

Yes you can insert OnClick Function on a button and set the text box fields
be filled out. also You can create another view(Read Only) and switch over to
the ReadOnly View on Clicking the button or using user roles also you can set
the Views.

Hope this helps you.
 

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