I have a question about the replace: option as described in “Changing a form tilte” by TUT.
I want to use multiple replaces in a {{ field.label }}. something like this {{ field.label | Replace “Document Date”, “Date” | Replace “Document Number”, “No.” }}
I think @Jasper_Kimmel’s question was whether you can replace multiple labels. The answer is that it would not be so simple. The technique in the Guide and the one referred to by @JakeJoke are two different ways of changing a single entry on a form. The Guide’s method is more flexible, as it leaves other forms unaffected. @JakeJoke’s method is a hard change. But changing a bunch of field labels would require rewriting much of the theme. It could be done, but probably not by someone who is asking whether it can be.