Jump to content

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

Recommended Posts

Posted

I have field on a web page called country. I would like to populate it with a value list from filemaker pro unlimited 6. The code I am using is below. Any help on what I am doing wrong and how to fix it would be appreciated. Thanks

<select name="Country">

<option value="">- No Selection - [Value_List: 'Country']</option>

<option value="[Value_ListItem]">[Value_ListItem]</option>[/Value_List]

</select>

  • 2 weeks later...
Posted

scduddi said:

I have field on a web page called country. I would like to populate it with a value list from filemaker pro unlimited 6. The code I am using is below. Any help on what I am doing wrong and how to fix it would be appreciated. Thanks

<select name="Country">

<option value="">- No Selection - [Value_List: 'Country']</option>

<option value="[Value_ListItem]">[Value_ListItem]</option>[/Value_List]

</select>

Try

<select name="Country">

<option value="">- No Selection - </option>

[Value_List: 'Country'] <option value="[Value_ListItem]">[Value_ListItem]</option>[/Value_List]

</select>

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