I am using a multiple select in the Users profile form, cretaed via &inputHandler.
Now it works in that you can make a selection and it will save the values into the DB.
BUT when you refresh the page, the selections are not highlighted, like they should be.
Everything is named properly (I assume it is called properly etc as it is inserting into the DB)
Anyone else encountered this?
Can you post your code? Also why does "refresh the page" matter. Shouldn’t you be redirecting to a another page?
Sorry, I meant when you navigate back to the Users Profile (You are correct, on clicking "Save", the Admin User is redirected back to the list of User Profiles)
Give me a minute to find the code and I’ll post it up.
That said, I fixed the problem by diving into the Webloginpe code. It seems it was doing a check for an array, but the data it is using is not an array, hence the IF statement doesn’t trigger properly.