January 11, 200521 yr 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
Create an account or sign in to comment