Adjusting Height of Forms

Questions and bug reports for current release of CKForms

Adjusting Height of Forms

Postby Mikeywan » Wed Dec 09, 2009 6:08 am

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
Mikeywan
 
Posts: 1
Joined: Wed Dec 09, 2009 6:04 am
Top

Re: Adjusting Height of Forms

Postby nfr » Wed Dec 09, 2009 10:00 am

I think you do have the wrong css.

Have a look ath the output.
As an example I'm showing you mine:
output is textarea id="comment" - I have named this textarea comment

Then go ahead and add the css in the backend

textarea#comment {
width: 100px;
height: 100px;
color: #666;
}

where you can change width and height to the required size

Remember that this addition is gone with the next upgrade
nfr
 
Posts: 45
Joined: Thu Sep 03, 2009 8:37 am
Top


Return to CKForms 1.3.x Support forum

Who is online

Users browsing this forum: No registered users and 2 guests