Jump to content

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

Recommended Posts

Posted

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 cool.gif

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 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.