I would like to ask you if there is any way to intercept submitted form data similar to mura contacts as $.event('formfield')
does not seem to work for me (returns null).
I get only values for url variables via $.event('urlvariable')
and not for form variables. More information here.
Regards