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
Using value tag with radio button
Re: Using value tag with radio button
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.
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.