UserFrosting icon indicating copy to clipboard operation
UserFrosting copied to clipboard

ufForm should have methods to change request url, type, and dataType

Open alexweissman opened this issue 7 years ago • 2 comments

Right now we are relying exclusively on the form attributes to set these values. ufForm should expose methods to dynamically change these - rather than having to go through the convoluted and slow process of modifying them in the DOM and then read them back from the DOM.

alexweissman avatar Jun 14 '17 18:06 alexweissman

I'm working on a refactor of ufForm which will fully expose the ajax parameters through the settings, while remaining backwards-compatible.

alexweissman avatar Dec 24 '17 19:12 alexweissman

Related: #717

alexweissman avatar Dec 01 '20 20:12 alexweissman