Hi All,
I am now able to save the form with
string, date and enum values. There is one problem while saving enums, instead of the actual enum value, its saving the index value of enums. I also tried creating a custom property editor for enum, but its storing 0, 1, 2 etc, not storing the real string values which i want to save.
See my code below:
So above is all the code i am having. No matter i use enum property editor or not, it always inserts index values instead of text.
Thanks,