Formulate

Docs
HelpPricingBlogDocsGalleryBuild a form
Documentation
Community
Gallery

Getting Started
Building Your First FormView & Export SubmissionsEmail NotificationsEmbedding
Question Types
Short TextLong TextEmail AddressURLPhone NumberNumberStatementMultiple ChoicePicture ChoiceSelectRatingPaymentHidden / Implicit
Form-Builder API
BannersHTTP Requests
Logging
Custom EmailUtilities (Lodash)Query ParamsTypings
About
PricingFAQRoadmapCHANGELOGHelp & SupportLimits
Advanced
InterpolationUndoNon-Determinism

The Form-Builder API

Logging

Use one of these methods to log data to the browser console:

// Passed to `console.log`
form.log("message");

// Passed to `console.error`
form.error("error message");

Note that arguments are passed through JSON.stringify as they exit the sandbox.