This question is very similar to this one. I use hyperref, and I want to refer to a chapter by its full name. The solution provided in the linked post uses \nameref{}, which gets the short title, it seems. Is there a way to get the long (full) title instead?
Example:
\documentclass{book}
\usepackage[utf8]{inputenc}
\usepackage[hidelinks]{hyperref}
\begin{document}
\chapter[Short title]{Longer title}\label{ch}
In Chapter~\ref{ch}: ``\nameref{ch}'', you'll see this text.
\end{document}
Output:
