I am having a web page in which i have Array of input text box (HTML). I want to pass these text box values from one to another using pxpluS.
<input name="PAYMENT[1] " type="text" >
<input name="PAYMENT[2]" type="text" >
..
..
..
I am unable to get this in action page. Is there any way to send it in pxplus ?
J.SURIAKUMAR