I'm trying to create some Paypal Subscriptions to sell monthly advertising but it always looks odd as i don't see my item infos in the final code, <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="6399701"> <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribe_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> Code (markup): That's all in the done form...no paypal id, no item name and price etc. My paypal is None-US Verified Premier Account, i thought i followed the Merchant Services tab -> Subscriptions and Recurring Payments and all other steps correctly. What would be the problem?