Widget that will change the default selected option of Dropdown list

  • cheapo
    Asked on July 6, 2018 at 6:30 PM

    I am working on 1990-1995 Vehicle database I have one dropdown called Price Info this dropdown has 2 options 

    -Price Confirmed

    -Price Not Confirmed

    This dropdown helps the dispatcher know if the price is confirmed or not Confirmed..We have it now as default "Price Not confirmed" 

    I would like to know if you have a widget that would let us change the option (from Not Confirmed to Confirmed)  and save the change we make in a published form.

    Example:

    The dispatcher gets a customer that wants a key for a 1992 Ford Mustang she gets the total and since she already had a customer with that key instead of having the price info in Not confirmed she is going to change it in Confirmed Price because next time we have a customer asking for that specific year make and model we already know the price is right. 

    I hope I explained myself, I appreciate a quick response Thank you..! 

  • jonathan
    Replied on July 6, 2018 at 7:30 PM

    There is no such widget capable of doing it at this time. But from what I checked on your form, the same thing can be achieve using Condition logic on the form.

    1530919248zzz%202018 07 07%2007 Screenshot 10

    You can dynamically changed the default selected option in the Dropdown list base on other data in the form.

    User guide: How to Insert Text or Calculation into a Field Using Conditional Logic

    For example, you can base the result on the Total Price:

    IF Total = 100 THEN Price is Not Confirmed

    You can test this form https://www.jotform.com/81867434823970

    Type in the value 100 and the Dropdown selected answer will changed to Price Confirmed option.

    1530919816zzz 2018 07 07 07 Screenshot 21