Trying to create a subscription webapp that allows radio buttons for three separate services
Created three separate subscription services: laundry, kitchen and general
Used the oob subscription template and altered to have three radio buttons in the form, each set up to point to the different service. Name for all three is "interest" so they are a group.
However, if you select one, then decide to select another, the radio button for the most recent selection is selected, but behind the scene it somehow is keeping the knowledge that you clicked a different radio button first. Then it writes the email to both services.
e.g. I select kitchen, but decide to select general. I enter my email and submit.
Service kitchen shows my entry for that subscription
Service general also shows my entry for that subscription
How do I get it to just use the latest click and not "cache" each click on each radio button?