adilkhizer26 Posted May 9, 2012 Share Posted May 9, 2012 Hi I want to add additional field with the following data. One of my optional string contains comma i.e. "option2 (Ltd,PLC,Company)". When I enter it, the string is converted into three options. I need to know how to solve the issue so that it appears as a single option. $additionaldomainfields[".us"][] = array("Name" => "Classofapplicant", "LangVar" => "ietldclassofapplication", "Type" => "dropdown", "Options" => "option1,option2 (Ltd,PLC,Company),option3", "Default" => "option1","Required" => true,); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.