Open diegoalbgr opened 4 years ago
i check this function and it work some thing else wrong
this.update = function (settings) {
//update new settings
s = $.extend(s, settings);
//We need to update action for already created Form.
if(settings.hasOwnProperty('url'))
{
$("form").each(function(i,items)
{
$(this).attr('action',settings['url']);
});
}
}
Hi, I have been trying to update the formData with the option "update" but when I update, it keep the old information.
This is my code:
Also thanks for the plugin, it still works in 2020 :+1: