My Lookup list has fixed options, e.g. Value1, Value2, Value3 etc. That is when you click on the drop down, it shows these values to pick.
How can I use PHP code to modify the options values, i.e. change Value1, Value2, Value3 to Pick1, Pick2, Pick3 etc.? Tried using "Add Page: Before Display" but don't know how to submit an array to control the options.
Please advice.