We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31229
    • 19 Posts
    i am making a site with modx catalogue
    http://wiki.modxcms.com/index.php/Howto_catalogue

    [+validationmessage+]
    <form method="post" action="[~[*id*]~]" id="fdmForm">
    <fieldset>
    <legend>Procduct fields</legend>
    <input type="hidden" name="formid" value="fdmForm" />
    <p><label for="pagetitle">Name</label><input name="pagetitle" id ="pagetitle" value="[+pagetitle+]" type="text" eform="Product’s name:string:1" /></p>

    <p><label for="longtitle">Short description</label><input name="longtitle" id ="longtitle" value="[+longtitle+]" type="text" /></p>

    <p><label for="tvcategory">Category</label><input name="tvcategory" id ="tvcategory" value="[+tvcategory+]" type="text" /></p>

    <p><label for="tvprice">Price</label><input name="tvprice" id ="tvprice" value="[+tvprice+]" type="text" /></p>

    <p><label for="content">Description</label>

    <textarea name="content" id="content" rows="5" cols="50" eform="Du texte:html:1">[+content+]</textarea></p>
    </fieldset>
    <p>
    <input name="fdmsubmit" value="Save" type="submit" />
    </p>
    </form>

    within this codes, how do i change the "template" ([+template+]) and "show_in_menu" field values like [+content+], [+longtitle+], [+pagetitle+]... etc ? please help me with that.

    tnx
    vajira
      MODx Development
      Windows, Photoshop CS3, Dreamweaver CS3, Flash, PHP 5.2, MySQL 5.0, Evo 1.0.x, Firefox 4, Chrome 8, IE 8, Opera 10
    • Hi


      can you let me know what you try to have with this code?
        modx and ecommerce pro