I m using form containg variable no of items ( 30 to 50) asking inputsd on yes or no buttons, while for yes buttons there is now special action the yes is just taken into a table ( I am using pgsql), on no another form comesup where the user needs to input the data and submit on submission user comes back to the firast form, my problem is if i m thru with some 15 ( any random no) items while i revert back to first form it takes me back to the first form, where i need it to come back to the next item so that user dont have to scroll down again.
Hope i am clear this time?
should you need any more info pls do ask
Also another problem, right now my php code lets me press either button multiple times, how can i prevent it so that user can press either of the button only once?