hi i want to publish 3 pages …for example A B C . A is a home page … B is a form page where user gives information such as name email number .The details given by user in B should be seen in page C .what should I do?
add to the collection of users the fields you wish to add. have a create user button that links to Screen B, use a form component to update user details, once updated link to screen c, and display user info in a custom list.
Or insert text and design a page for the user info. such as profile for instance, use magic text to display current users information.
best