Edit forms

Can I edit a form.
For example Sales orders I want to call them Jobcards on the printout and/or the name of the form

Read the Guide: https://www.manager.io/guides/7877.

Cant find the title for Sales order in the theme. And how do you select a theme?

This is what I found for title

{{ title }}

Where do I put the following in
{{title | replace: “Sales Order”, “Jobcard”}}

Read this Guide: https://www.manager.io/guides/7236.

Read the Guide on changing titles more carefully. You are not looking for “Sales Order.” You are looking for the code {{ title }}. That is what you replace.

Thank you I understand it now better. I am doing something wrong here is what I changed. (I have tried Sales order & Sales orders)

Original

{{title}}

Changed

{{title | replace: “Sales Orders”, “Jobcard”}}

You have Sales Orders (plural). The original text was Sales Order (singular). You must be exact. Also be certain that when you create a sales order, you select your custom theme.

Still not working ?

< td style=“font-weight: bold; font-size: 32px; background-color: #ED7D31; border-color: #F7CAAC; border-bottom-width: 5px; padding: 20px; vertical-align: bottom; color: #fff; text-align: right”>{{title | replace: “Sales Order”, “Jobcard”}}

What language are using under Manager? English? If not you should search for the word in the correct language…

@Riana_Otto, this is not a coding forum. If you do not have the skills to write your own custom themes, hire a local programmer. Any competent web developer should be able to do the job for you.