Forums

CF8 - 8.0.16 - Button + value

rbock 25 Oct, 2023
I cannot append data to the submit button. e.g. TYPE=A1
Max_admin 25 Oct, 2023
what are you trying to do ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 25 Oct, 2023
A form has a list of around 300 entries. These should also be filterable, I also need a text search field. I want to click on each entry and display a details page. From the details page I need access to 4 additional mini forms (for notes, email for the selected entry, etc.). And a back button for each.

The mini forms could also be opened via popup. But then I need a reload button on the details page, for example to load the notes I have just entered.
rbock 25 Oct, 2023
I have implemented this so far in CF7.
Max_admin 25 Oct, 2023
but what do you need to modify in the button settings ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 25 Oct, 2023
On CF7

Button -> Advanced Settings: Toolbar Settings | Page/URL = /link.html?startat=0

Button -> Interface: Link: /link.html#{var:data.ID}
rbock 25 Oct, 2023
I need the ability to pass a value from the loop to page 2. ID={var:loop.value.ID}
Max_admin 26 Oct, 2023
you better use HTML view and use <a> tag and build the href as you need
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 26 Oct, 2023
ok, I want to try it...

Is it correct?
Page 1 = chronopage 0
Page 2 = chronopage 1

I'm now trying with menu links and on Page 2, i.e. Page 1 (chronopage 1), with java history back
rbock 26 Oct, 2023
ok, that seems to be working now... the pagination is also preserved.
rbock 26 Oct, 2023
As a search button I try <a href="javascript:location.reload();" >...</a> But how can I evaluate a checkbox here?
rbock 26 Oct, 2023
/component/chronoforms8/?chronoform=987654321&chronopage=1&ID=1705223544

Hmm... what's wrong with the link?
Max_admin 26 Oct, 2023
you can not move between pages in v8 unless you are going to a previous page, all forms are sequential by default

you can change the table view pages using the "start_at" parameter, but this is on the same form default page
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 26 Oct, 2023
J5 -> Menu -> CF8 -> Form Alias: 987654321 | Params: view=form&chronopage=1&ID=1705223544

it is working


but why not as URL?

Basically I can also create menu links here... But there are well over 1000 entries and changing every hour...
rbock 26 Oct, 2023
Ok, just realized that it doesn't work as a menu link after all. Apparently this only works if you have pressed a button once. After that the menu links work...
You need to login to be able to post a reply.