Hi. I've tried looking this up using the forum SEARCH feature but have not been able to find anything that helped.
What I am trying to do seems like it should be very simple, but I cannot get it to work for the life of me.
I have a page. On the page is a list of names (generated from the D😎, next to each name is an "approve" text link that when clicked changes the status of the person in the DB. This part of the process works.
I am trying to add a text field (form item) at the top of this page where the individual who is approving the people on the list can enter a batch id# (ie: 7001) such that for every "Approve" clicked, it will change the status of that users account (as it is doing) AND stamp a field for that name with the indicated batch #.
The problem is, I cannot get the number entered in the Batch ID text field to transfer to the following page without using a SUBMIT button (which I don't want to use).
How can I transfer the contents of the text field (ie #7001) to the next page using only the URL in place of a submit button? I am currently transferring the user_id through the URL properly, so I need to know how to append the text field contents to that url as well.
From what I've found searching this forum, it seems I may need to use the $GET function rather than $POST, but I do not know how to do that in this case.
Thank you very much for any help you can provide.