Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Search Form customization
I've got a search form that I'm working on that lets people select countries. We only have 5 countries to choose from (that remains static) but the online search form has a small box with all countries in it. It's really difficult to look through the tiny box and pick from the long list.
Is there a way to limit the search options?
Edit:
Well ... there doesn't seem to be so I created a seperate list field called country select and added the 5 countries that I wanted. Then I added javascript to populate the country select field (which is hidden on the form) with the value from the country field on save. It works.