Auto Insert value when value not available in lookup

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
bui
User
Posts: 277

Auto Insert value when value not available in lookup

Post by bui »

I am trying to fill up a field according to the data of the another field.
If the value is not available in the list, It should allow to add with the auto insert to the lookup table also.

field1 -> (text field) use lookup table with Force Selection

In the lookup table the available data is
John
Bush
Jenny

Now when I type john or bush or jenny the list with the name is shown and I can select it from the list.
But Here if I type a new Name "James" I can not add it as it is not in the lookup

Here in my case, I want to allow the new value to be enter which is not available in the lookup table.


arbei
User
Posts: 9286

Post by arbei »

bui wrote:

field1 -> (text field) use lookup table with Force Selection

Then you should not enable Force Selection.


Post Reply