Duplicate Values necessary (not unique)
-
I’m trying to set up a form that calculates the price of a service based on a set list of 44+ postcodes. I have used the ‘Autocomplete’ select field so a user can partially fill the field to narrow down the results. This also has the advantage that I can paste all 44 postcodes and their relative prices into the ‘Bulk Insert’ section, saving me hours of time inputting individual values. I use the | separator to allow pasting of both option name and value.
The problem arises with saving the form, as it tells me all values must be unique. However some of my postcodes share a price and this is used to calculate the total price with a calculation field.
Is there any way to disable the warning for field values to be unique? With price table calculations surely this will be a common problem?
- The topic ‘Duplicate Values necessary (not unique)’ is closed to new replies.