I have the following using the api lite but need to find a way to display the product a member signed up for and the expiration of that product. I have this so far if someone need it: state is not working yet but the other are. <input type="Hidden" name="user_id" VALUE="<?php $userid = Am_Lite::getInstance()->getUser(); echo $userid[user_id];?>" > <input type="Hidden" name="name_f" VALUE="<?php $name_f = Am_Lite::getInstance()->getUser(); echo $name_f[name_f];?>" > <input type="Hidden" name="name_l" VALUE="<?php $name_l = Am_Lite::getInstance()->getUser(); echo $name_f[name_l];?>" > <input type="Hidden" name="state" VALUE="<?php $state = Am_Lite::getInstance()->getUser(); echo $state[state];?>" > <input type="Hidden" name="email" VALUE="<?php $email = Am_Lite::getInstance()->getUser(); echo $email;?>" >[/SIZE] [SIZE=1]so I need to display the product a member has signed up for.[/SIZE] [SIZE=1]And the expiration date of their membership.[/SIZE] [SIZE=1]Thanks.[/SIZE] [SIZE=1][/SIZE]