December 5, 200025 yr Newbies Hi, I want to create a form that performs a search based on values in a FMP value list. I have got the basic form working without the list and it performs the find no problems. Integrating a dropdown based on a FMP values list is where I fall down! I know it has something to do with [FMP-ValueList] but I can't make any sense of it and can't work out where it fits into the <input type ..etc> of the form. Any help is certainly appreciated. Cheers, Andy.
December 5, 200025 yr Here's a sample: <SELECT NAME="Evaluator"> <OPTION VALUE="" SELECTED> [FMP-ValueList: Evaluator] <OPTION VALUE="[FMP-ValueListItem]">[FMP-ValueListItem] [/FMP-ValueList:] </SELECT>
Create an account or sign in to comment