That is an unfortunate limitation of FormsCentral. I'm not really sure the reasons for it either, since you can use JavaScript to set export values after uploading and it works just fine. But a better approach is to not use export values and modify the scripts to make up for it. This is commonly done with a lookup table to associate a dropdown value with what would normally be its export value. If you provide a list of your dropdown values and corresponding export values, I can post a sample script that you can use in place of what you're currently using.
↧