Accessibility Compliance
SurveyJS libraries meet a variety of WCAG and Section 508 standards. Run AXE® Validation to assess this demo’s accessibility level.

Load Data from Web Services

Edit in →
Survey Creator

SurveyJS Form Library allows you to populate drop-down menus with data loaded from a REST API web service. For this purpose, drop-down form fields include the choicesByUrl property. It accepts an object with the following properties:

  • url: String
    A RESTful service's URL. It may include placeholders that allow you to use question values as URL query parameters (see the reg_country question in this demo).

  • valueName: String
    Specifies which field contains choice values.

  • titleName: String
    Specifies which field contains display texts for choice values.

  • path: String
    A path to the array of choices. Specify path only if the array of choices is nested within the object returned by the service. The following path separators are allowed: semicolon (;), comma (,).

When you use choicesByUrl, the form field queries an entire dataset in a single request. This technique may decrease performance on large datasets. In this case, we recommend that you implement lazy loading.

Your cookie settings

We use cookies to make your browsing experience more convenient and personal. Some cookies are essential, while others help us analyse traffic. Your personal data and cookies may be used for ad personalization. By clicking “Accept All”, you consent to the use of all cookies as described in our Terms of Use and Privacy Statement. You can manage your preferences in “Cookie settings.”

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.