\fnref is automatically labeled by a number, how can I change it to a symbol instead like #?
\documentclass{elsarticle}
\begin{document}
\begin{frontmatter}
\title{This is a title}
\author[address1]{M. Author1 \fnref{fn1}}
\author[address1]{M. Author2 \fnref{fn1}}
\fntext[fn1]{This author contributed equally to this work.}
\address[address1]{some addresses.}
\end{frontmatter}
\section{Paper Material}
Some Text.
\end{document}
