Support » Plugin: ProjectManager » [Plugin: ProjectManager] Display every formfield on it's own?

  • I’ve got a problem with the ProjectManager plugin.
    I wanted to modify the dataset.php template, do style every single formfield on it’s own.

    for example:
    i created an dataset “gadgets” and therefore fitting formfields “price” and “brand”.
    Now i don’t want the standard alliteration of all fields like usual, but styling every single item.
    For “Name” i could do that like:
    Name: <?php echo $dataset->name ?>

    But how to display for example the price? This doesn’t work:
    Preis: <?php echo $dataset->price ?>

    http://wordpress.org/extend/plugins/projectmanager/

  • The topic ‘[Plugin: ProjectManager] Display every formfield on it's own?’ is closed to new replies.