Identifying the User

Once items have been marked for purchase, you should direct the user to a page where you can get information about payment and/or shipping information.

Custom Information

To store custom information about a user, new form elements need to be created within the same form named User_SomeName. Any form information in the same form with a name beginning in User_ will be stored with the user information. To retrieve this information on a later page, use SESSION: User_SomeName.

Main Menu Next Page