Jump to content

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

Recommended Posts

Posted

I'm having trouble with the following code

All Subjects All Grade Levels: [FMP-ValueList: ]

<input type="checkbox" name="All Subjects All Grade Levels" value="[FMP-ValueListItem]" [FMP-ValueListChecked]> [FMP-ValueListItem]<br>

[/FMP-ValueList]

I'm writing an update record interface and the browser is ignoring the CDML tags completely. It prints All Subject All Grade Levels and then nothing. It works fine with text fields, but it's having trouble with check box fields. I am serving this with FMP/WC. Thanks for any help

Bill

Posted

You have to specify the name of the valuelist within the [FMP-Valuelist] tag, e.g. [FMP-Valuelist: myValueList]...[/FMP-Valuelist]. This valuelist must be present on the layout specified in the -Lay tag that calls the page. I would also recommend replacing spaces within your field, valuelist, layout and database names with underscores (_).

This topic is 8195 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.