I have a client that basically wants a full comment box at the bottom of each form for "other information." I tried adding a css class in the code as follows:
.commentclass {
height: 300px;
width: 300px;
}
My goal was to create a square box to type a short comment at the end of the form. Is this not possible with this extension or do I just have the code wrong? Please give me some advice.
Thanks