Hello. Can someone tell me which file handles the email output for Job Manager? I'd like to take a crack at getting it to out more clearly than it currently looks.
It starts out with one field per line, then after the 10th field, each question runs in a continuous string. Not too helpful for the end user. I can deal with plain text, but at least the output should be:
[field_label1]: [field_data1]
[field_label2]: [field_data2]
.
.
.
Anyone else encounter this issue?