Subhendu,
Are you using PayPal's form code? It looks different. All I know is that I use their options, their input types and it works fine. I don't think the can process a form that has inputs and options more than they can do. It might help if you contact PayPal's support department and check with them.


Jan
www.jdvisions.com


Subhendu Mohapatra wrote:
I have one paypal payment page and it executes one IPN script after payment.
But some of the variables are not returning to my  IPN script for my
processing.

Here is the from I am using to send to paypal
<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_ext-enter'>
<input type='hidden' name='redirect_cmd' value='_xclick-subscriptions'>
<input type='hidden' name='business' value='[EMAIL PROTECTED]'>
<input type='hidden' name='item_name' value='active'>
<input type='hidden' name='item_number' value='50'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='return' value='http://www.mysite.net/login.php'>
<input type='hidden' name='cancel_return'
value='http://www.mysite.net/login.php'>
<input type='hidden' name='no_note' value='1'>
<input type='image' src='https://www.paypal.com/images/x-click-but20.gif'
border='0' name='submit' alt='Make payments with PayPal - it's fast, free
and secure!'>
<input type='hidden' name='a3' value='7'>
<input type='hidden' name='amount' value='7'>
<input type='hidden' name='p3' value='1'>
<input type='hidden' name='t3' value='M'>
<input type='hidden' name='src' value='0'>
<input type='hidden' name='sra' value='1'>

<input type='hidden' name='option_name1' value='yes'>
<input type='hidden' name='option_name2' value='yes'>
<input type='hidden' name='option_selection1' value='grabber02.gif'>
<input type='hidden' name='option_selection2' value='yes'>
<input type='hidden' name='item_name' value='value_item_name'>
<input type='hidden' name='item_name2' value='value_item_name2'>
</form>

I am expecting option_name1 option_name2 .... and all other to return to my
IPN script. But my IPN script is working fine. Only the varibles are blank.
TIA
Regards
Subhendu




____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub


________________ http://www.wdvl.com _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to