Skip to main content
Avery31543609ioah
Participant
May 8, 2026
Question

How to change the value of a calculation in forms?

  • May 8, 2026
  • 3 replies
  • 10 views

I have an existing form I’m trying to edit. The form calculates a price based on the quantity of each product you add. The price of one of the products has changed, but I can’t figure out how to change the price on the form. 

In the photo, the current price of Krypton Window is 300.00/sash, but I need to change it to 400.00/window. I’m able to edit “/SASH” but I can’t edit the “300.00.” I’ve tried checking the field properties but I can’t figure out where the “300.00” even is to be able to edit it… 

 

    3 replies

    Bernd Alheit
    Community Expert
    Community Expert
    May 9, 2026

    Look at the default value of the field.

    Nesa Nurani
    Community Expert
    Community Expert
    May 9, 2026

    If you can’t type a new value into the field, it’s probably set to Read Only.
    Open the field properties, go to the General tab, and uncheck Read Only.

    If you can type a new value, but it keeps changing back to 300, the field is likely controlled by a calculation.
    Find the calculation/script that sets the value and change 300 to 400.

    If needed, upload the file, and we can check it for you.

    PDF Automation Station
    Community Expert
    Community Expert
    May 9, 2026

    Can you upload the form?