swal-forms icon indicating copy to clipboard operation
swal-forms copied to clipboard

Plugin for adding forms to sweet alert

Results 8 swal-forms issues
Sort by recently updated
recently updated
newest added

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. ![click-outside](https://user-images.githubusercontent.com/10966925/43455464-d8bf6e4a-94b7-11e8-9a0e-0efd9a19c30c.PNG)

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. ![image](https://user-images.githubusercontent.com/26626135/40566059-ab4ccba2-6077-11e8-85ef-df0a4aee37b7.png)

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...