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