When I submit the form by post method i am getting the value like this for an array.
array
'custom_profile_type' =>
array
0 => string '39242' (length=5)
'satori_programme' => string '0' (length=1)
I want the value 39242 from above array. How to get that? Any idea guys ?