Question T8540
Visible to All Users

Remove unwanted options in test survey page

created 3 years ago (modified 3 years ago)

Hello,

Is there a way to remove some of the options in the "choose device". Like if I want only desktop, Iphone 5 and Iphone 6?

Thank you.

Show previous comments (3)

    Hello,

    If you want I can send a screen shot of the purchase page

    In order to validate a customer we need to have a email. We check in our database whether a license is linked to the certain email.

    Thanks, Serge
    SurveyJS Team

      Hello,

      I am sorry to tell you this, but this is a worst kind of user support. I am a freelancer and my client is refusing to do such thing. We are asking simple questions and it is better if you answer them and understand our situation.

        Hello,
        Let's make it clear. It is the job and task of your employer to provide you with a developer license. If your employer refuse to do it, then your job can't be used by this company/enterprise. It is simply illegal since it violates our license.

        We are small software company that produce and support Open Source Libraries. We have no resources to provide free support. If we start doing it, we will be out of business pretty soon. Our goal is provide our customers with great product and services. If our customers will not pay us, because the quality of product or service is not good enough, we will be out of business too.
        I am in this kind of business, developing and supporting libraries for software developers, since 1996 and I never failed bad and I am not going to fail with this company. It means that to get support from us you should talk to your employer. There is nothing personal with you as developer.

        There is a global variable that represent the JSON in the following format: deviceType: deviceParameters. You can find it in survey-creator.d.ts

        JavaScript
        delete SurveyCreator.simulatorDevices["iPhone5"];

        Thank you,
        Andrew
        SurveyJS Team