Personal signature under additional comment

kedler
Kilo Guru

Hi,

Does anyone know of a possible way to add a personal signature underneath an additional comment? I tried creating a business rule on update with a script. Something like

current.comments = current.comments + 'Name' + 'Department' + 'Email' + 'Phone Number';

The problem is this is adding the signature before the comment and not after.

Any recommendations? Thanks

10 REPLIES 10

On load is not the best use case here. It will add comment every time when a form is loaded.

On load script is not a bad solution, but then if they add a second comment then the signature is not there

so you want the signature only once ?

can you explain more ?

No, the signature should be on every comment

Just follow your business rule only whenever the comments box is not null append the fields... It should work... Just paste your code here...