1. rayjbarrett
  2. General
  3. Tuesday, January 22 2019, 09:36 PM
I have created a field type select and now realize that I am missing an options radio field.
Such as:
1|A
2|B
3|D

Missing |C

However, I already have MANY users' profiles on the site and do not want to lose their data.
How can I add this missing option without losing the users' data in this field?
Thank you,
I believe I can probably add it at the end of the list but it belongs in the middle.
Ray
rayjbarrett Accepted Answer
Oh,
It looks like if I add for example:

2.5|C

it will not affect the data on the users' profiles who have already selected a different option.
Can you confirm before I implement on my live site? I did a test on one site and it worked.

Thank you,
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi,
sorry for late reply, you can also do something like:
1|A
2|B
4|C
3|D

in the DB will be stored value so 1,2 or 3...so if you keep the same value for options A (value:1),B (value:2) and D (value:3) you will not have any problem.
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.