Jump to content

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

Recommended Posts

Posted

I have a record_details HTML-page wich includes normal fields and pulldown menus. I would like these pulldown menus to display their value from filemaker. Now these menus are blank dispite the fact that the fields have previously given values. I just can't get these fields to display those values. Help?

Example:


<table>

    <tr> 

      <td>Select<br>

<select name='category' id="select4" value='[FMP-field:category]'>

          [FMP-Valuelist: category]

              <option [FMP-If:ValueListItem.eq.Field:category]selected[/FMP-if]>

             [FMP-valuelistitem]</option>[/FMP-Valuelist]

        </select></td>

    </tr>

</table>

Where did I go wrong and are there better ways to do this than with FMP-IF? With checkboxes you can use FMP-checked etc which adds the "checked" attribute to the option tag. Help greatly appreciated, btw search didn't help ooo.gif

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