Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

monster.ui.getFormData()#

Syntax#

monster.ui.getFormData(rootNode[, delimiter, skipEmpty, nodeCallback]);

Parameters#

The parameters are the same than the form2js function.

Return value#

An Object representation of the form.

Description#

This method is a wrapper of the form2js function. Its goal is to clean the object returned by form2js of all empty keys when the form passed as a parameter contains inputs without a name parameter.