Try this:

formData.push({ name: "METHOD", value: "update" });


I would like to add a new param in preactio

function preSubmit(formData, jqForm, options)
{

    ADD PARAM -> METHOD= update

     return true;
}

Reply via email to