Hi, I’m populating an array of radio buttons dynamically from a list of form submissions (they’re labelled with their submission dates and time)… The idea is, the user ‘ticks’ the relevant button and some fields within the form are populated from fields in the other.
I’ve then got a repeat loop, where they can go through the process again, if they want to choose a different radio button from the list… What I’d like to achieve, is to have a the one they’ve ‘already ticked’, disappear from the copy of the array… No idea where to start with this. Any help would be greatly appreciated.