Expand my Community achievements bar.

SOLVED

Dynamic dropdown box problems

Avatar

Former Community Member

Hello

I have a requirement for a dynamic downdown list.

I am using javascript to self populate 2 text fields from the dropdown list.  I require the dropdown list/box to be able to have user input options as well as the dropdown list. I have selected the "User entered - Optional" from the setting but doesn't seem to work.

The dropdown list has employee names and if a new employee joins that company and I am not aware the end user can input the employee's name into the field.

I have attached a version on the pdf.

Any ideas or help would be awesome.

Cheers.

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi there. All you have to do is check the box 'Allow Custom Text Entry'. You can find the box in Object > Cell

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

Hi there. All you have to do is check the box 'Allow Custom Text Entry'. You can find the box in Object > Cell

Avatar

Former Community Member

Dallas

Awesome, works like a dream.  Here I was thinking it was a javascript problem.  Wow, so simple.

Thanks for your help.

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----