Hello,
Could you explain how the submit button works?
I have a submit button configured with the property task = " save&close (inherited)" . It works fine but if I add a custom variable (my_variable=5) the latter is not considered. For this purpose I have to change the task: task = "save&redirect" : in this case the url variable is considered but the behavior is different and I can not automatically return to the original page.
2nd question: I want to use a field value as URL variable. I tried that :
my_variable=$fields['my_fieldname']->value
and that:
my_variable=$cck->getValue('my_fieldname')
but It doesn't work.
Thank you for your help