I have a site with over 25 possible funds people can donate to. I am trying to build a radio button list with all the funds. The value field seems to be limited to 256 characters. Can I increase the limit or some reasonable workaround
To change this, you\'ll need to modify a property in that database field. You should see varchar(255). Change it to varchar(1000) or whatever works for you.