Skip to content

qie.getFormKey

Signature: qie.getFormKey(name)

Returns: String formKey - the URL key for the form specified

Gets the URL key for a form with name.

Parameters

Type Name Description Default
String name the form name to query

Example

var stableSafeUrlFormIdentifier = qie.getFormKey('My Form Name');