Hello,
Please can someone point me in the right direction.
I have a subject field in my form and i want the output of that field to be bold.
The form outputs the field data into pdf and i want the out put of the subject field to be bold.
The Subject Fiedl Field ID is 6 and the variable Value is 14.
SO in CSS i used the following css which has not worked:
#6 input {font-weight:bold;}
Can anyone please help?
Thanks