Allow to add in a Select tag field

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

Allow to add in a Select tag field

Post by gcorder »

I have a table with a character field 'Product' and I have entered in User Values opposed to using a separate lookup table. How may I allow the user to type in a value in the field if one the current user values in the dropdown doesn't apply? The field appears to be set to force selection from the list.


sangnandar
User
Posts: 980

Post by sangnandar »

You can't.
Check your php file, User Values are hardcoded into the file.


arbei
User
Posts: 9358

Post by arbei »

gcorder wrote:
I have a table with a character field 'Product' and I have entered in User
Values opposed to using a separate lookup table. How may I allow the user
to type in a value in the field if one the current user values in the
dropdown doesn't apply? The field appears to be set to force selection
from the list.

You are using the "User Values" or "Lookup Table"?

if you are using the "Lookup Table", you can enable the options "Allow Add".

Read help file topic: "Project Setup" -> "Lookup Table" for more information.


Post Reply