<div>Hi All</div>
<div>I am using betterselect module. I have a custom form, part of code looks as below.</div>
<div> </div>
<div>   $locations_arr = array(    <br>    &#39;0&#39; =&gt; t(&#39;-Select-&#39;),<br>    &#39;1&#39; =&gt; t(&#39;Anywhere in India&#39;), <br>    &#39;2&#39; =&gt; t(&#39;Anywhere in North India&#39;),<br>    &#39;3&#39; =&gt; t(&#39;Anywhere in South India&#39;),);</div>

<div> </div>
<div> $form[&#39;name&#39;][&#39;prefloc&#39;] = array(<br> &#39;#type&#39; =&gt; &#39;select&#39;,<br> &#39;#multiple&#39; =&gt; TRUE,<br> &#39;#title&#39; =&gt; t(&#39;Preferred Work Location&#39;),<br> &#39;#options&#39; =&gt; locations_arr,<br>
 );<br></div>
<div>When I access the form page, I get warning &quot;warning: Invalid argument supplied for foreach() in C:\http\wamp\www\netcloudjobs\sites\all\modules\betterselect\betterselect.module on line 104.&quot;.</div>
<div> </div>
<div>Please let me know, where I am wrong and how to fix this issue.</div>
<div> </div>
<div>Thanks</div>
<div>Kamal</div>
<div>NECS, Bangalore</div>
<div> </div>
<div> </div>