Configuring add notes field after fetching data

Configuring add notes field after fetching data

Dear All,

I have a form (Hotel Details) with a single Line field (Hotel Name). I also have a second form (Seasons) with an add notes field. I used the following <font color="#ff0000" size="5">Add your Note here ...</font> to change the size and the colour of the field.

What I am doing is to fetch the value from the single Line field to the add notes field.

I used

openUrl(((("/" + zoho.adminuser) + "/") + zoho.appname) + "/#Form:Seasons?plain11=" + input.Hotel_Name, "same window");

and it works fine. But why it does not accept the font color and size which I set? It returns the value without any colour and size. Do I have to write somewhere else this html code?