Calculate another field based on info in textbox.

  • hatzbs
    Asked on January 3, 2019 at 12:05 AM

    Hello:

    In our form Dispatcher Call Log Template, I would like to do the following:

    1. If the address equals X, then City Sector should automatically be selected based on the rules I set.

    Address is a text box, City Sector is a radio button.

    Suggestions?

  • jherwin
    Replied on January 3, 2019 at 3:08 AM

    You can achieve that by adding conditional logic to your form, use contains so the condition will recognize fast the address inputted by the user.

    Guide: Smart Forms Using Conditional Logic.

    Please check my demo form here: https://form.jotform.com/90021440463949. You can also clone it to know what condition I used.

    Guide: How to Clone an Existing Form from a URL.

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