Hi Friends,
I have some dynamic text box in my screen, i have entered only one text field of the screen, after submitting the form all the values of the dynamic text box field is getting added in the database as 0 except the value i entered. i have used array method to add.
But i want to add only the value i entered in the respective text box in my database
Note:- I have enclosed the screen for your reference
Please help me to solve the issue
At present my output is
1. xxxx xxxx 1 60.00
2. xxxx xxxx 0 0
3. xxxx xxxx 0 0
My expected Output should be
1. xxxx xxxx 1 60.00