HCHTech
Well-Known Member
- Reaction score
- 4,227
- Location
- Pittsburgh, PA - USA
I'm just getting started with RS, so I'm working to get the customer communications up to snuff. I have some custom ticket fields for the intake form (basically, what all are they dropping off and what are the usernames/passwords, etc.). I've seen the video and have created the fields just fine, but I'm struggling with formatting on the PDF that goes to the customer. Basically, it looks like the custom fields are only addressable in their entirety. The source code for inserting them on the intake form is:
<tbody>{{ticket_custom_fields_table}}
</tbody>
In other words, there doesn't seem to be any control over the format of that table -- which is a problem since the spacing of the table that is created isn't ideal. I have a combination of checkbox, dropdown and text items and that appears to be throwing the spacing off.
It is plunking the fields in there but the format leaves a lot to be desired, and not 100% up to what I'd like to hand to my customers. Is there a way to edit that table, or perhaps insert the custom fields one-at-a-time into the pdf template?
<tbody>{{ticket_custom_fields_table}}
</tbody>
In other words, there doesn't seem to be any control over the format of that table -- which is a problem since the spacing of the table that is created isn't ideal. I have a combination of checkbox, dropdown and text items and that appears to be throwing the spacing off.
It is plunking the fields in there but the format leaves a lot to be desired, and not 100% up to what I'd like to hand to my customers. Is there a way to edit that table, or perhaps insert the custom fields one-at-a-time into the pdf template?