Quick question: Having a save and redirect button, with a custom variable:
If the custom variable is static, e.g. RttId=123, the redirect works fine, if the custom variable is dynamic, e.g. RttId=$cck->getValue('art_id') it doesn't work
The art_id is present in the site form (all though hidden), and this operation is never done, when creating a new article - only when editin existing ones, so the art_id is never empty.