Hello
I want create some textbox allow user input name, address......
Please, help me for this. Where should i start form ?

Comments

tpainton’s picture

Hi, install the CCK (Content Creation Kit) module. http://drupal.org/project/cck You might want to also install the address module for CCK http://drupal.org/project/cck_address so you get good formating. Then go to content types. From there, create a new content type.. then create a new field for the content type and choose "address"

nevets’s picture

You can find the module here: Content Construction Kit

goroshi2412’s picture

Thanks for answer.
But I don' know which widget to create a textbox? I saw :select list, check box and text field. I've just test for each of widget, but text box was not created
Please help me to create a textbox

nevets’s picture

Click "Manage Fields" for your content type

Under "Add", fill in label and field name, "Type of data to store" will be "Text", "Form element to edit the data" will be "Text area (multiple rows)"

Click "Save"

On next page, fill out needed, click "Save field settings".

goroshi2412’s picture

Sorry, but i can't see the Add label in "Manage Fields". I use Drupal ver 5, may be something is different with Drupal 6 ? Can you help me for this ?

nevets’s picture

Under administer content types, if you have the Content Construction Kit (CCK) module installed when you edit/configure a content type there should be a "manage fields" tab. (or something close, I do not have a Drupal 5 site to check).

goroshi2412’s picture

Ok, i've just install drupal 6 and create filed "Name". In "Allowed values", i posted this code:

<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
Enter your name
</textarea><br>
<input type="submit" value="Submit" />
</form>

But nothing change, textbox don't appear. Anyone know proplem, please help me

tarantino’s picture

thanks ı look for this.
thanks too much

Only local images are allowed.

goroshi2412’s picture

No, I'm talking about a textbox in font page, a textbox allow user input data. I don't know how create this
CCK just allow user create a content, and print this content to font page. It's not my mean
Someone know the module for this ?

tpainton’s picture

What EXACTLY are you trying to do?