Hi
I am a little lost. Trying to figure out a simple ‘task’:
I have a group which contains a radio button input, which takes its choices from the database. So far it works fine.
User clicks on a radio button and clicks on the button to vote for a choice. This should increment a field ‘Votes’ in the ‘OptionValues’ thing (where the choices are taken from.
I sinply can’t figure out how to tell the app how to increment the related field by 1
Any suggestions?
Fred