I have a form that cycles through some questions for the user to answer, on each record the user has a choice of 4 buttons to choose from. Each button creates doe a clearcollect to a collection that stores a value that belongs to the button the user selected.
Button one value = 1, Button 2 Value = 2, Button 3 Value = 3.
The on select then submits a form that has default values preset that runs behind the scenes. it requires the questionID, user().fullname, the answerID (from the collection) and an instance number created by a timestamp.
When I push any of the command buttons I recieve a red bar across the top of the screen ! Field required. If I push the same button the second time the record is accepted and the next question appears.
Not sure why this is happening but would like some imput or solution to the issue.