Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Juggernaut

Value Lists - "Other..."

Featured Replies

I would like to know if it's possible to display a value list that has "Other..." as an option (like in the FMP interface). This needs to work with Web Companion. I have looked through the documents and spent some time searching this site, but I can't find reference to this for Custom Web Publishing. I know you can't do it with Instant Web Publishing, but I'm hoping that's not the case for CWP.

Thanks in advance for any help you can provide.

Ken

You can put the Other to the list manually, but it will not open window for specifying the Other values.

It will be possible to do some things and tricks in JavaScript...

You could use something like this:

<select name="myfield">

<option value="">Other</option>

[FMP-ValueList:myfield]

<option value="[FMP-ValueListItem]" [FMP-ValueListChecked]>[FMP-ValueListItem]</option>

[/FMP-ValueList]

</select>

Other Value:<input type="text" name="myfield">

Hope this is of value.

Garry

  • Author

This is a great idea! Thanks. I'll give this a try as soon as I can.

My immediate thought (which I'll probably figure out as soon as I try it) is how to add the text field to the value list's field if the value is "Other" (assuming the value list is generated from the contents of a field) and how to just use the selected value if it is from the value list.

Ken

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.