Mapping

I have one custom form for my custom fields like scheduler.form_blocks ["my_editor"]={ render:function(sns){
now i want to save these fields to Data Base , how should i mapped to DB from my custom from
------> Previously i used to save my custom fields like this { name : "address2", height : 50, map_to : "address2", type : "text", focus : true }, { name : "city", height : 50, map_to : "city", type : "text", focus : true },

And i have an critical issue form recurring events are not saving after i added my custom form


Stanislav,
Now Recurring problem is solved , with no issues . Can you tell me the mapping to my custom form to save the text fields to my data base.