haret Posted January 11, 2005 Posted January 11, 2005 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
haret Posted January 11, 2005 Author Posted January 11, 2005 [FMP-OPTION] tag solved all my problems...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now