Jump to content

This topic is 8121 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I've searched through the archives but haven't found much that helps me.

I just want a drop down list on my search page, it sounds like such a simple thing smile.gif I have the drop downs working on my edit page, there is no problem there, but I've tried everything I can think of for the search page, and it normally just comes up showing the actual text.

I found this in a previous thread:

"For a new record or search it should be:

<Select name="field name here">

<option value=""> - No Selection -

[FMP-ValueList: field name here, List=value list name here]

<option [FMP-ValueListItem]>[FMP-ValueListItem][/FMP-ValueList]

</Select>

It's different for an edit page where there's already a selection value to be shown, and that looks like the one seanc is using to me:

<SELECT NAME="field name">

[FMP-OPTION: field name, list=list name]

</SELECT>"

I tried that, it sounded like exactly what my question was about, but it just gives me the [FMP-ValueListItem]>[FMP-ValueListItem][/FMP-ValueList] text showing.

I'm sure its just something little I'm doing wrong. If you need my code, let me know and I'll paste the relevent parts up.

Thanks in advance!

Jo

This topic is 8121 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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