We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28407
    • 20 Posts
    Hello, i need to allow users to add blog tags. any ideas how to do it?
    thanks
      • 25483
      • 741 Posts
      I think you could use eform2db for this to change the template variable field in the database.
        with regards,

        Ronald Lokers
        'Front-end developer' @ h2o Media

        • 36592
        • 970 Posts
        I recommend FDM.
          • 28407
          • 20 Posts
          MediaGuy, ok thanks, i’ll try this.

          i have FDM, but can’t understand how to allow users to add tags smiley can someone help?
            • 36592
            • 970 Posts
            Quote from: status at Sep 24, 2008, 10:16 AM

            i have FDM, but can’t understand how to allow users to add tags smiley can someone hepl?
            For example, you can put this kind of line in your fdmEform template( Chunk ) for text type TV ’documentTags’
            <input name="tvdocumentTags" id="tvdocumentTags" value="[+tvdocumentTags+]" type="text" eform="Tag:string:0" />

              • 28407
              • 20 Posts
              tkfm, thanks a lot, works fine wink