I am trying to have a hidden field (that is populated by a custom taxonomy - using the Gravity Forms + Custom Post Types plugin) be based on the value of user input field.
For example: user enters a price in a number field. I have taxonomies of price ranges (<$10, $1 - $20, $20 - $30, etc.) and would like the price range taxonomy to be selected based on the value of the cost entered. The price range field would be hidden.
I want the exact price for use in the product description and want to assign the product to a price range so users can search based on price range. Thus having the user select a price range is not ideal.
Is this possible? I am not a coder so if there is code involved as much detail as possible would be much appreciated.