sh
|
| Posted: 04/04/2002, 11:38 PM |
|
Hello
I have installed CodeCharge couple hours ago and I'm trying to figure
out abilities of this program. It seems to be very useful and it would
really speed up my work a lot. There is one thing I find kind of annoying to
me. I am trying to make for example a registration form for new users of my
site. There is about 10-20 TextBox/ListBox fields that a user has to enter
in order to be registered by the system. Such number of input fields make
the page pretty unclear, so it would be a good idea to separate some fields
from another by e.g. a comment desribing class of forms below.
So is it possible to make such a form using CodeCharge?
e.g.:
Your personal data: (comment)
First Name (input)
Last Name (input)
e-mail (input)
Some other data (comment)
Do you want spam (checkbox)
Really ? (checkbox)
.
.
and so on.
I found that it's possible to set a type of field to Label, but it doesn't
look very good either because the field caption area still exists.
Please, help.
Greetings,
Tomasz Luczynski
|
|
|
 |
Nicole
|
| Posted: 04/05/2002, 1:23 AM |
|
Hello,
if you want to do it within CC project the solution is to add Label type field with empty caption. If you use templateless patter create Custom Show form event and edit html there.
|
|
|
 |
|