We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3749
    • 24,544 Posts
    You might check out NewsPublisher. It should handle your TVs with no trouble. It calls the resource/create processor, so you can put further processing in a plugin if you need to.
      Did I help you? Buy me a beer
      Get my Book: MODX:The Official Guide
      MODX info for everyone: http://bobsguides.com/modx.html
      My MODX Extras
      Bob's Guides is now hosted at A2 MODX Hosting
      • 53989
      • 2 Posts
      Thanks Bob. I have not looked into NewsPublisher yet but, I came up with a solution that grabs the resId URL parameter, feeds that to pdoResources and then injects the option selected status into the select element via placeholder. If anyone is interested, I will post how I did this.
        • 50920
        • 6 Posts
        Quote from: Bruno17 at Nov 15, 2010, 01:11 AM
        @G4:
        for TV just add something like that to your form:
        <label for="mytv">
                My TV:
                <span class="error">[[+fi.error.mytv]]</span>
            </label>
            <input id="mytv" name="mytv:required" type="text" value="[[+fi.mytv]]">	
        	
        


        Hello,
        Doesn't work. How to fix it, please?
          • 46886
          • 1,154 Posts
          probably better to start a new thread with appropriate title, so people who know will see it wink