• [formdata form-1 dataperpage=10 orderby="name" order=ASC template="default" table show="taskID,name,tel,mobile,email"]
    With the code list above, the order of items is not displayed as what I desired. I want firstly list the taskID, then the name, and so on.

    what can I do for this issue?

    Besides, is there any method to trim the item value(i.e. text) in a fixed width column, as the value is too many to display?

    Thanks.

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    The order of the table columns is fixed by the order they appear in the form, but, what you want to do makes sense. I’m adding it to the list of things for the next major version.

    For column widths I would use CSS. Try setting overflow to ‘hidden’.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Form Manager] How can rearrange the order of items in the [formdata] page’ is closed to new replies.