Todd Dignan Posted May 18, 2003 Posted May 18, 2003 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
Unable Posted May 18, 2003 Posted May 18, 2003 FWIW there is a thread in these forums which tells us the same thing (and more). You can find it here
Recommended Posts
This topic is 7929 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 accountSign in
Already have an account? Sign in here.
Sign In Now