Using value tag with radio button

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
kgeorge
Posts: 16
Joined: 2020-02-16 16:14

Using value tag with radio button

Post by kgeorge » 2025-05-18 21:09

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

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1709
Joined: 2018-04-01 10:12

Re: Using value tag with radio button

Post by pbottcher » 2025-05-24 18:23

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply