Hi how to capture the value id and text example <select required="required" name="person.users.id" id="dataType"> <option value="">\- Select -</option> <option value="1">ram</option> <option value="2">johan</option> <option value="3">Dan</option> </select> expected jsno format { "person": { "users": { "id": "1", "name": "ram" } } } Please look at this