We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15796
    • 24 Posts
    still not working...

    so now I have this in my form
    TV_Content: <br /><textarea name="TV_Content" cols="50" rows="4">
    {{ProgrammaItem}}
    </textarea>

    and I see it gets completed but when I go to the newly created page, TV_Content is empty
      • 15796
      • 24 Posts
      anyone?
        • 23513
        • 6 Posts
        @Kheos: As rthrash said before, you shouldn’t name your TV "Content", because that name will probably going to conflict with the main [*content*] field.
        Second: You call a chunk "ProgrammaItem" as value off a textarea. I don’t think that’s correct either. I think your code should look something like this, assuming you named your TV: "ProgrammaItem"

        <textarea name="ProgrammaItem" cols="50" rows="4">[*ProgrammaItem*]</textarea>


        Did you succesfully change "document.parser.class.inc.php" and the newspublisher snippet? Muskokee posted this work-around halfway page 2 of this thread. Without this hack your TV won’t be filled.
          • 15796
          • 24 Posts
          I worked around the problem by creating an additional template and additional chunks