May 18, 200322 yr First, create a relationship in your web DB for a value list based on a relationship. Create a portal on the Layout that you based your web page on. In the portal put the field you want to appear in your value list. Next, put this code below in your web page. Text between ##.....## are just notes, not code. select name="FieldName"> ##This "FieldName" is the field name you want to set with an item in the value list.## [FMP-PORTAL: RelationshipName] ##substitute "RelationshipName" with name of the relationship you created.## <option value="[FMP-Field: RelationshipName::FieldName]">[FMP-Field:RelationshipName::FieldName] [/FMP-PORTAL] </select> This worked for me and it was easy. I hope it is for you. here is a link to the web site that helped me. http://www.markjeffords.com/cdml.htm
May 18, 200322 yr FWIW there is a thread in these forums which tells us the same thing (and more). You can find it here
Create an account or sign in to comment