Copied this bit of code from another template but ...
# advancedpdf
m
Copied this bit of code from another template but get the below error. your reference number isb ${case.company?keep_before(' ')} /bbr / any ideas why?
l
Do u want to keep before space?
Then, it should be <b> ${case.company?keep_before(' ')} </b><br />
👌 1
m
ah right - you are right, it's just ' '. When I save the editor converts it to &#39; &#39; and I must replace this with ' ' before saving! thanks for that
l
welcome 🙂