Data privacy notice

 

When this content is loaded, usage information is transmitted to Vimeo and may be processed there.

 

             

JavaScript API

Modified on Mon, 15 Jul at 4:46 PM

FORMCYCLE provides a multitude of objects and utility functions to help you with creating complex forms easily.

Please refer to the help pages that are available for each release of FORMCYCLE at https://docs.formcycle.eu


Functions on jQuery objects

These functions are called directly on form and HTML elements that were selected with jQuery:

// Hide the form field named "tfZip"
$("[name='tfZip']").visible(false);


xutil

These functions and properties are available in the global object $.xutil:

// Returns the URL for accessing a CSV data source (as configured in the backend)
// For example "/formcycle/datenquellecsv/"
$.xutil.getFormUrl("datasource_csv")


window

These functions and objects are available in the global window scope:

// Go to the page named "p2"
gotoPage("p2");

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article