CF8 - Button with custom Link

rbock 22 Sep, 2023
Hello Max... How do I add my own link to the button?
Max_admin 25 Sep, 2023
not possible without a new behavior, you can use HTML, and give your <a tag a class = "nui button"
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 25 Sep, 2023
I use

<a tag a class="nui button" href="/mymenulink.html?chronopage=1&ID={var:loop.value.ID}" title...

But it does not work. If I just insert a submit button as a test and press it. Then all links work in the loop.

Page 1 (chronopage 0) = List from Loop
Page 2 (chronopage 1) = Details of the selected entries from Page 1
Max_admin 26 Sep, 2023
Answer
I was trying to say you should use a code like this:
<a class="nui button" href="....">Click</a>


This link will look like a button
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 26 Sep, 2023
ok, formaction solves my problem.
You need to login to be able to post a reply.