When in edit form status, how do you limit fields they can edit?

  • knordstrom
    Asked on October 26, 2020 at 5:43 PM

    For instance, we are doing an employee performance evaluation survey and we do not want them to change the score. The employee just needs to review.

  • jherwin
    Replied on October 26, 2020 at 9:55 PM

    You can use conditional logic to disable certain fields when they edit their submissions. To achieve that, just use the "Get Form Page URL" widget and then create a condition like this.

    Guide: how-to-enable-disable-fields-using-conditional-logic

    Please give it a try and let us know how it goes.