• In contact-form-database I am trying to have my front end table [cfdb-table] display a clickable url in a specific column. Is there any way to input the HTML code <a href="www.website.com">CLICK HERE</a> and have it output a clickable CLICK HERE as opposed to the text of the code? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Not with [cfdb-table]. But if you use put [cfdb-html] inside a TABLE tag, you can set the [cfdb-html] template text to output the TR and TD tags plus markup individual entries like <a href="${URL}">CLICK HERE</a>

Viewing 1 replies (of 1 total)
  • The topic ‘View HTML formatting in front-end table’ is closed to new replies.