Hello,
I'm trying to get a Toolbar button to assign a value that's based on a form element (a dropdown list).
Here, I'm trying to adjust "demo-articles" in this way.
The toolbar button is placed within the form area of the dropdown list.
It set with the following options : "Submit button", "Selection required enabled" and List view name : "articles_list".
When clicking it without ticking any row selector, I get the proper error message (Please make selections from the list.)
But when there is a selection, it is not part of the submitted data (no gcb array).
Can someone explain how to accomplish what I'm trying to do ?
Thank you very much![file=12396]demo_Articles_Categories_12_Nov_2019_00_15_20.c6bak[/file]
I'm trying to get a Toolbar button to assign a value that's based on a form element (a dropdown list).
Here, I'm trying to adjust "demo-articles" in this way.
The toolbar button is placed within the form area of the dropdown list.
It set with the following options : "Submit button", "Selection required enabled" and List view name : "articles_list".
When clicking it without ticking any row selector, I get the proper error message (Please make selections from the list.)
But when there is a selection, it is not part of the submitted data (no gcb array).
Can someone explain how to accomplish what I'm trying to do ?
Thank you very much![file=12396]demo_Articles_Categories_12_Nov_2019_00_15_20.c6bak[/file]
"List view name" in this case would actually be the name of the FORM you're sending which sounds like it's NOT going to be the list view.
What you're probably going to want to do is have a Form element, and call the list view INSIDE that form, and the List View Name of your toolbar button will be the name of the wrapping form.
What you're probably going to want to do is have a Form element, and call the list view INSIDE that form, and the List View Name of your toolbar button will be the name of the wrapping form.
This topic is locked and no more replies can be posted.