Hi everyone. I have created a button with the following code: <form target="paypal" 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="somenumbers">
<table>
<tr><td><input type="hidden" name="on0" value="Package Size">Package Size</td></tr><tr><td><select name="os0">
<option value="Single Stixx">Single Stixx $0.01 CAD</option>
<option value="Pack of 5 Stixx">Pack of 5 Stixx $0.01 CAD</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Affiliate Name (if applicable)">Affiliate Name (if applicable)</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
<tr><td><input type="hidden" name="on2" value="Type Yes if you are legal age">Type Yes if you are legal age</td></tr><tr><td><input type="text" name="os2" maxlength="200"></td></tr>
</table>
<input type="hidden" name="currency_code" value="CAD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form> You will see there is a text box in the button that askes for bother the affiliates name and asks for the buyer to type yes if of legal age. Is there anyway of creating a report that allows me to filter out the sales by affiliate? I tried to download the history reports into excel, but it does not include that information. We are experiencing more and more sales and it is becoming increasingly time consuming to look at each sales record to find the affiliates name. Any thoughts please?
... View more