Alex Weissman

Results 104 comments of Alex Weissman

It looks like `.set` is only used for the `binaryCheckboxes` feature anyway, right? I'd like to refactor this aspect of `ufForm` anyway, since right now we have `binaryCheckboxes` implemented in...

There does appear to be a [polyfill](https://github.com/jimmywarting/FormData), but I'm not sure how it's supposed to work client-side without Node.

Actually, we may be able to solve this problem (and many others) simply by having `ufForm` as a wrapper around [`jQuery Form Plugin`](https://github.com/jquery-form/form/blob/master/src/jquery.form.js)'s `ajaxSubmit` method.

Ok. There are still other reasons for rewriting/redesigning `ufForm` at some point. I'm not so sure about jQuery Form right now though, because apparently it's [not fully compatible with jQuery...

> Could be worth cloning the PHPMailer object at the beginning of both `send` method ? Yeah that might be a good way to do it. Have a "template" PHPMailer...

It's a bit of an issue, though I was able to work around it by accessing the underlying PHPMailer object in my own wrapper and calling the clear methods there....

Thanks for finding this and submitting a fix! My main concern is with adding a new column to the `users` table. Having the new email address there seems like poor...