Question

Landing Page-Trying to make the dropdown default to empty

Hello,

Putting together Landing Pages. I am trying to make the landing page have an empty drop down when the person first goes to the page. The designer I see on my end is pictured below. Despite it being required, users can also select "select a value." I deleted the NULL value and that did not work.

Matt

Like 0

Like

1 comments

Good day, Matt,

1. At the moment, achieving an empty value in a dropdown can only be achieved by having a 

<string value> | NULL 

in the first position within the "Options" of the lookup.

2. The system, unfortunately, removes |NULL if it is paired up with just spaces

3. A workaround for this is to use an "invisible" character other than "space". 

For example, one of the resources that generates "invisible" characters allows you to copy-paste them into the buffer

one of the internet sources

Insert this character in the lookup before |NULL

lookup

As a result, you will have a blank initial lookup dropdown value:

Blank value

We hope this helps!

Show all comments