Is there a way that I can get a box to show up around a Multi field box after submitted on the PDF?
I currently have this:
.bordered-box textarea, .bordered-box {
border: 1px solid #000000 !important;
background-color: transparent !important;
}
It shows up on the form, but once submitted the box does not show up.
Was trying to create an HR questionnaire form with a question and a Multifield box for them to hand write the answers in.