November 10, 200124 yr Newbies The code seems to be OK (but can't be since it does not work) because it works fine with the other value list options (i e value list from first field and value list from other files field) but when I choose the option of displaying a data from a related field, nothing is shown. Everuthing also works fine in the database, the problem is getting it out on the web. Please help with correct code syntax! Urraco
November 11, 200124 yr Value lists based on related fields - hierarchial value lists -- don;t work over the web, at least not like they do on an FMP layout.
November 16, 200124 yr A way round this is to use the inlinetag to do a search of the database you want to build the value list from finding on the relationship value then use [fmp-record to build the value list ie [fmp-record]<option value="[fmp-field: fieldforlist]">[fmp-field: fieldforlist] [/fmp-record]</option> Hope this helps
Create an account or sign in to comment