I wanted to use the "Toggle Selectors (Select all)" checkbox setting to activate (tick) the checkboxes for the individual table rows with the "Single Entry Selector" setting.
It worked with version 6. But what do I have to do in CF version 7?
F.
It worked with version 6. But what do I have to do in CF version 7?
F.
The single selector checkbox needs to be in a table's row, and the Select all selector outside it.
I've attached a simple example for you to see how it works.
https://filetransfer.io/data-package/JAOUDe22#link
I've attached a simple example for you to see how it works.
https://filetransfer.io/data-package/JAOUDe22#link
Hello,
that's how I built it. My checkbox-all is in the table header.
It's probably a BUG in Chronoform 7, because it doesn't work there even if I place the checkbox all above the table.
Your example is built in CC 7 where it works.
Too bad...
that's how I built it. My checkbox-all is in the table header.
It's probably a BUG in Chronoform 7, because it doesn't work there even if I place the checkbox all above the table.
Your example is built in CC 7 where it works.
Too bad...
It works even in CF7 form, with the select all in the header. Attached example. There might be something else in your form that's causing the issue. Might be a JS/JQuery conflict?
https://filetransfer.io/data-package/Or3b28An#link
https://filetransfer.io/data-package/Or3b28An#link
Hello,
After some more experiments I figured out why the checkboxes work in your example and don't work in my spreadsheet.
It's very simple but a big problem.
There must not be a single field above the All-Select checkbox. Neither a container, no HTML field etc.
Can you test with your example. Just drag an empty form over the checkbox and it won't work anymore.
So it's a BUG. But again a big problem!
I wonder how many years we all still have to work with these many BUGS and whether there will be an update for version 7 at all. You don't hear anything anymore...
After some more experiments I figured out why the checkboxes work in your example and don't work in my spreadsheet.
It's very simple but a big problem.
There must not be a single field above the All-Select checkbox. Neither a container, no HTML field etc.
Can you test with your example. Just drag an empty form over the checkbox and it won't work anymore.
So it's a BUG. But again a big problem!
I wonder how many years we all still have to work with these many BUGS and whether there will be an update for version 7 at all. You don't hear anything anymore...
Nope, no issue with that either.
I've put it in the table header, above the table, below the table, below the table and a HTML block, inside a container below the table and a HTML block, etc. Works just as expected.
If you find that it doesn't work in certain position, it could be:
That's a few reasons I could think of for now. If you really want I can have a look at your form to figure out why it isn't working.
Edit: I've found the only thing that stops it working is if there is another form on the same page above it. I think this is due to Max's JS code which looks up the <form> tag when clicking the select all checkbox, hence only the first form gets selected.
Shouldn't be a difficult thing to fix, but Max seems to have a lot of things on his plate at the moment. In the meantime, you'll have to do a quick JQuery coding to do the select all. If you google it you should be able to create the function yourself.
I've put it in the table header, above the table, below the table, below the table and a HTML block, inside a container below the table and a HTML block, etc. Works just as expected.
If you find that it doesn't work in certain position, it could be:
- There's another element with the same id.
- There's JS/JQuery just above it that has an error, hence rendering the JS/JQuery after it invalid.
That's a few reasons I could think of for now. If you really want I can have a look at your form to figure out why it isn't working.
Edit: I've found the only thing that stops it working is if there is another form on the same page above it. I think this is due to Max's JS code which looks up the <form> tag when clicking the select all checkbox, hence only the first form gets selected.
Shouldn't be a difficult thing to fix, but Max seems to have a lot of things on his plate at the moment. In the meantime, you'll have to do a quick JQuery coding to do the select all. If you google it you should be able to create the function yourself.
I have now tested again.
You're right. Whenever a form is over the checkbox then it stops working.
A pity....
You're right. Whenever a form is over the checkbox then it stops working.
A pity....
If the table with the checkboxes is placed in a form, then the checkbox selection works. And more forms can be inserted above the form with the table inside.
:-)
:-)
But if now a record or all records in the table are selected with a select-all checkbox, what is the where condition in the save data?
In version 6 this worked:
id/in = {data:gcb}
This no longer works in CF7.
In version 6 this worked:
id/in = {data:gcb}
This no longer works in CF7.
Hello??
I can't get any further here. I can select the checkboxes, but what must be in the "where condition"?
In CF 6 it was easy:
id/in = {data:gcb}
And now in CF 7?? Does that work awkwardly only with a loop?
How does this work???
Has anyone used the selected all checkboxes?
F.
I can't get any further here. I can select the checkboxes, but what must be in the "where condition"?
In CF 6 it was easy:
id/in = {data:gcb}
And now in CF 7?? Does that work awkwardly only with a loop?
How does this work???
Has anyone used the selected all checkboxes?
F.
Bonjour,
Malgré les topic :
https://www.chronoengine.com/forums/topics/view/108839/how-to-add-a-selector-to-each-record-in-a-cf7-connection#p398251
https://www.chronoengine.com/forums/topics/view/109880/how-to-build-a-row-selector-in-cf7
Je n'ai pas réussi à récupérer les champs sélectionnés pour les traiter.
Quelqu'un aurait-il un exemple qui fonctionne à partager ?
Merci d'avance
Nadia
=============================================
Good morning,
Despite the topic:
https://www.chronoengine.com/forums/topics/view/108839/how-to-add-a-selector-to-each-record-in-a-cf7-connection#p398251
https://www.chronoengine.com/forums/topics/view/109880/how-to-build-a-row-selector-in-cf7
I failed to retrieve selected fields to process.
Does anyone have a working example to share?
Thanks in advance
Nadia
Malgré les topic :
https://www.chronoengine.com/forums/topics/view/108839/how-to-add-a-selector-to-each-record-in-a-cf7-connection#p398251
https://www.chronoengine.com/forums/topics/view/109880/how-to-build-a-row-selector-in-cf7
Je n'ai pas réussi à récupérer les champs sélectionnés pour les traiter.
Quelqu'un aurait-il un exemple qui fonctionne à partager ?
Merci d'avance
Nadia
=============================================
Good morning,
Despite the topic:
https://www.chronoengine.com/forums/topics/view/108839/how-to-add-a-selector-to-each-record-in-a-cf7-connection#p398251
https://www.chronoengine.com/forums/topics/view/109880/how-to-build-a-row-selector-in-cf7
I failed to retrieve selected fields to process.
Does anyone have a working example to share?
Thanks in advance
Nadia
First the table must be inside a form, then you may right click the checkbox to find the checkbox field name and use it in your conditions
{data:checkbox_name}
Max thank you,
My idea is from a list, I check several rows and when I click the button 'valider' , I display (or I process) all the selected elements:
here is my test : https://u.pcloud.link/publink/show?code=XZcBpEVZXV2G5f9DBc4dKxxUvba3pjK2m6sk
screenshot : https://u.pcloud.link/publink/show?code=XZgBpEVZhwg1esLSGxRvELjrx53mPmdx46JX
I can't understand your answer in relation to my form, what condition should I put in this field?
Thank you for your precious help and your work..
Nadia
My idea is from a list, I check several rows and when I click the button 'valider' , I display (or I process) all the selected elements:
here is my test : https://u.pcloud.link/publink/show?code=XZcBpEVZXV2G5f9DBc4dKxxUvba3pjK2m6sk
screenshot : https://u.pcloud.link/publink/show?code=XZgBpEVZhwg1esLSGxRvELjrx53mPmdx46JX
I can't understand your answer in relation to my form, what condition should I put in this field?
Thank you for your precious help and your work..
Nadia
Hi Nadia,
Set the checkbox value to be the id field value from the table
Set the checkbox value to be the id field value from the table
Max,
I set the checkbox value with the id field value from the table,
but I only have the 1st value (id value) checked in result, how to have the other values checked?
Thank's Nadia
I set the checkbox value with the id field value from the table,
but I only have the 1st value (id value) checked in result, how to have the other values checked?
Thank's Nadia
Good morning,
I share an example that can help you if you want to use the selector because I had a hard time to finding the solution:
https://u.pcloud.link/publink/show?code=XZIDzEVZYT0dmudNvMShCXWUUXxngXevpTQy
Thank you max and colmen
Nadia
I share an example that can help you if you want to use the selector because I had a hard time to finding the solution:
https://u.pcloud.link/publink/show?code=XZIDzEVZYT0dmudNvMShCXWUUXxngXevpTQy
Thank you max and colmen
Nadia
You need to login to be able to post a reply.