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

Featured Replies

When I put in this code in my format file:

<select name="Equipment1" size="1">

[FMP-option: equipment]</select>

After it is processed, all that is left is:

<select name="Equipment1" size="1">

</select>

What am I doing wrong?

Thanks,

Anita

You have written:

<select name="Equipment1" size="1"> [FMP-option: equipment]</select>

Have you tried:

<select name="Equipment1" value="[FMP-option: equipment]" size="1"></select>

or:

<select name="Equipment1" value="[FMP-option: equipment]" size="1">[FMP-option: equipment]</select>

I haven't. But I hope this helps.

Peace

Keith M. Davie

  • Author

I'm not too sure what I did...but I deleted it and typed it in again and it seems to work fine now! Computers...*sigh*.

Thanks for your help though! smile.gif

Anita

  • Author

Actually, I now have another question, how would I add a "other" field onto the select menu so that users can manually add in their own choices?

Thanks,

Anita

  • 2 weeks later...

I'm not sure if this is the best way to do it, but you could try this:

code:


<select name="Equipment1" size="1">

[FMP-option: equipment]

<option>Other

</select>

I believe you would need create a new field in your database to hold this "Other" manually entered value since you can't input values into a <select>.

code:


<input type="text" name="Other" value="">

[This message has been edited by chandra (edited August 02, 2000).]

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.