Hi Lance, Sorry, I realise my message wasn't as clear.
I don't mean submit the form on a clientside event - I mean I want to inject a form onto the page without using a t:form component (so it would be just like a normal HTML form) and then be able to submit it to the server and be able to get a Map<> of the keys & values that the user submitted to the server. Using a t:form isn't possible for this purpose because you need to declare the exact fields that are going to be included in the form, which doesn't fit my purpose. Thanks, David. On Fri, Dec 9, 2016 at 10:34 AM, Lance Java <lance.j...@googlemail.com> wrote: > Perhaps the observe mixin could help you? > http://t5stitch-lazan.rhcloud.com/observedemo > > On 8 Dec 2016 11:22 p.m., "David Diaz" <d...@viddiaz.com> wrote: > > > Hi guys, > > > > I was wondering if there was any way to submit a form without having a > > t:form component and retrieve the data being sent? (e.g ideally a map > would > > be accessible and I could just retrieve that data). > > > > I need to support this functionality (dynamic forms) and currently I'm > > doing it by converting it to a JSON object and then sending the JSON > object > > to the server in an event - I would rather not have to have my forms rely > > on Javascript to function. > > > > Thanks, > > David. > > >