--- /dev/null
+Needed when linking to itself with an anchor.\r
+\r
+In the plugin controller, assign the ``currentUid`` template variable to the view::\r
+\r
+ $this->view->assign('currentUid', $this->configurationManager->getContentObject()->data['uid']);\r
+\r
+Then in the view use the ``currentUid`` to generate links::\r
+\r
+ <f:link.action action="form" section="{currentUid}">go!</f:link.action>\r
+\r
+Taken from https://stackoverflow.com/a/54663152/282601
\ No newline at end of file