As a newbie to JS/JQuery I couldn't find the answer I was looking for so hope someone can help.
I'm creating a simple form/checklist and would like for each of my 40 employees to be able to select their name from a dropdown at the bottom to apply their signature(initials). There would be 3 columns in the CSV, two for their name (surname and forename) and the third for their initials eg. 'Smith, John, JS'. When they select their name from the list, the dropdown would close and display their initials only. As the staff change the CSV would be easier for me to update remotely.
I found plenty of ways to approach it using PHP and AJAX but thought JQuery would be able to do it?
Hope that makes sense.