The aim of my code is to send through two values, the primary key for delete qry purposes and second value for the user confirmation window, i.e. You are about to delete the record with the registration no: E12345.
On hover of the delete button, both values are showing as should be (as shown in image below), but the delete button isnt responding, so i assume its the script section that isnt functioning right, as im unsure how to call both vals, im sure its simple but i have very basic knowledge of javascript..
The code worked as expected before i tried implementing the double value through js, originally only had 'uid'
delete_userwith quotes.