Ok, the first question is simply answered by: <ft:form> <cfloop query="pollingdata" startrow="1" endrow="#pollingdata.recordcount#"> <select> <option name="polling" id="polling" value="#pollingdata.ObjectID#"<cfif #pollingdata.ObjectID# EQ #application.objectid#> selected="selected"</ cfif>>#pollingdata.question#</option> </select> </cfloop> <ft:button value="Select" size="small" /> </ft:form>
What i did not understood was that i had to go back to html form markup thinking instead of cfselect etc, therefore using cfselect and thought my ft:form markup was wrong. On Oct 26, 6:19 pm, Marco van den Oever <[EMAIL PROTECTED]> wrote: > Right now i created a separate page in the folder customlists to show > statistics (views or hits) for a specific item. > > First question is, how can i create a correct form there with a > dropdown field that shows all the items? > > Second question is, can i include a statistics output in the type so > that when you edit a item you see the statistics under it? > > Third question is what is the difference between formtools and > ft:form, i thought that ft:form is a part of formtools. > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
