Hello,
I am battling to copy and past the values over. I can do a small batch at a time, but can’t copy all 350 over. The php values on the server, including max execution time are all set at the highest possible.
https://drive.google.com/file/d/1ZdSxaNveS7YJpj2iSMsMZeZR42K2s0pO/view?usp=sharing
Any tips?
Chris
One of your problems is that you cannot have multiple choices with the same value
value : 1
value : 2
value : 3
this is not allowed.
where you have “value” must be unique on each line
Thanks for your help. I manually added in the values.
Although now, the values appear in the dropdown on the users front-end. Not sure if there’s a way to avoid this?