I cannot append data to the submit button. e.g. TYPE=A1
Forums
CF8 - 8.0.16 - Button + value
what are you trying to do ?
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.
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.
but what do you need to modify in the button settings ?
On CF7
Button -> Advanced Settings: Toolbar Settings | Page/URL = /link.html?startat=0
Button -> Interface: Link: /link.html#{var:data.ID}
Button -> Advanced Settings: Toolbar Settings | Page/URL = /link.html?startat=0
Button -> Interface: Link: /link.html#{var:data.ID}
I need the ability to pass a value from the loop to page 2. ID={var:loop.value.ID}
you better use HTML view and use <a> tag and build the href as you need
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
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
As a search button I try <a href="javascript:location.reload();" >...</a> But how can I evaluate a checkbox here?
/component/chronoforms8/?chronoform=987654321&chronopage=1&ID=1705223544
Hmm... what's wrong with the link?
Hmm... what's wrong with the link?
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
you can change the table view pages using the "start_at" parameter, but this is on the same form default page
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...
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...
You need to login to be able to post a reply.