I have a paypal form and I have a third party service that provide the digital download. the form the digital download provides has a notify for the IPN on their end so they can authorize the download. on my end I am tracking the purchases and I am using a notify as well. BUT for some reason when both notifies are being used one of the notifies do not work. I want to add both notifies in the paypal form for the digital download and for my own tracking purposes. how can I incorporate such thing? <input type="hidden" name="notify_url" value="MYTRACKING.php"> <input type="hidden" name="notify_url" value="MYDownload.php"> are both used, if one is being used it work if both are in the form one or the other do not work.... I need to have both of these if it is possible thanks or any suggestions