Page 1 of 1

Using value tag with radio button

Posted: 2025-05-18 21:09
by kgeorge
Sorry I posted this in the wrong group to start!

Hello Experts!

I need help with something.

I set up a up a radio button which displays one value (the one you enter in the Options List section of the App and separate by ;;) BUT I want a different value stored in the DB.

Is this possible and how would I implement this?

Thanks in advance for the help!
Kent

Re: Using value tag with radio button

Posted: 2025-05-24 18:23
by pbottcher
Hi,
this is not possible out of the box. What you can do is to create another field to store your value and in the after_insert, after_update hook, react on the value of the radio button and set the value in the additional field.

Also it might be interessting to understand your use-case.