swal-forms
swal-forms copied to clipboard
Plugin for adding forms to sweet alert
Hello, I'm trying to use inside The Django, but doesn't work. Error : swal.withFormAsync is not a function All javascript seems to have loaded Some help?
sweetalert2.js:2687 Uncaught TypeError: this.constructor.argsToParams is not a function at Object.SweetAlert (sweetalert2.js:2687) at Function.swal.withForm (swal-forms.js:15) at HTMLAnchorElement. (product_view_script.js:2238) Here is my link to sweetalert2 Can you tell me, is swal-forms compatible...
Hi @taromero. When I click outside of the modal, the fields disappear (see picture). I use properties such as: `allowOutsideClick: false` and `closeOnClickOutside: false` but it still not working. 
Hello. Tanks for you plugin! I try use it in my site, but find some kind of bug. Plugin put HTML like a String inside popup window. 
How to do image file upload ?? `{id: 'imagefile',type: 'file',name:'imagefile'}` and `$.ajax({ url : "/admin/submit", type: "POST", contentType: false, cache: false, processData:false, data : new FormData(this.swalForm), success: function(data, textStatus, jqXHR)`
Hi, I am having issue with swal-form. I have added swal-form.js and swal-form.css to use input parameters. But i am getting this error continuously , i am attaching the screenshot...
I try to disable `close On Pressing Esc key` (see https://sweetalert.js.org/docs/#closeonesc) effect for my form, but it seems not to work! Any ideas?
I was hoping to put a label next to the form inputs versus just a placeholder. Placeholder works great when the field is empty, but is less useful after the...