Forum OpenACS Q&A: Question about ad_form

Collapse
Posted by Richard Hamilton on
I have just written my first form(!!) using ad_form.

Very satisfying to be able to do so much with so little code.

I was wondering how to format my form. That is to say, I have some text fields with a textarea for a short message to be typed. The default size of the textarea box is a bit on the small side and I would like to make it bigger.

Thanks
Richard

Collapse
2: Re: Question about ad_form (response to 1)
Posted by Randy O'Meara on
Here's an example that illustrates changing the size of a textbox. Look for "rows".

http://jongriffin.com/static/openacs/ad_form/using-ad-form

Also check Jade's excellent collection of articles (for just about everything you might need to learn).

http://rubick.com:8002/openacs/

/Randy

Collapse
3: Re: Question about ad_form (response to 2)
Posted by Richard Hamilton on
Thank you, I will study that carefully.

R.