We have defined several fields. Among them are radiofields with 2 options. A client had selected one of the options in the registration.

Now we need to 'undo' this, but I'm not sure how to.

I can see the selection in the registration (under Records), but there I can only switch to the other radiobutton option. I would like to 'reset' the choice, so as if the customer did not click any radiobutton option.

I presume this can be done in the database tables.
But: what table should I find to do this?

    Hi webcasebv

    Basically, it's normal behaviour of radio type, you will need to select another option if you don't want the current choice.

    In this case, I recommend to use another type like 'checkboxes' instead of 'radio' type.

      saguaros I think I have not explained clear enough.

      We need users to make:
      - no choice
      - or only 1 choice

      So radiobuttons are good for us.

      My question was:
      Can I reset a users choice in the database?

        webcasebv My question was:
        Can I reset a users choice in the database?

        I think you can change the selected value by editing that record in backend.

          saguaros I know. The whole point is that I can change one option to another. But what I want is to clear the chosen option. As if the client did not click an option.

            Write a Reply...
            You need to Login to view replies.