July 22, 200223 yr Newbies I have made a dropdown menu with the code below made using the cdml tool in filemaker pro 4. But all it makes is a dropdown menu with one field called [FMP-ValueListItem] [FMP=Valuelist] when it should be displaying information from the name field in my database. i have made a valuelist called name in the database. name: <select name ="name"> [FMP-ValueList: name , name] <option> [FMP-ValueListItem] [FMP-ValueList] </select>
July 22, 200223 yr Make sure you're calling the page through Filemaker E.g. FMPro?-db=[database].fp5&-format=[theHTMLpage].htm&-lay=[thelayoutwiththefieldon]&-find
Create an account or sign in to comment