I have a problem when creating a field for the user form. I know that when creating a field, the usercdata table is recreated and repopulated. However, when repopulating the usercdata table the field values are coming as NULL or 0.
I made a php script to repopulate this data based on the form_entry_values table, which worked. But, when creating a new field, again the user__cdata table is repopulated with values in NULL or zero.
I searched the forum for a solution but I couldn't find it.
1)
2) When I create a field in the user form, the data looks like this:
Version:
upgrading is not an option for me at the moment as there are some features that have been customized. Do you have any suggestions where I should look or why this happens?