Posted by Swathi Rao on December 1, 2012 at 4:57am
Hello Everyone,
Is it possible to create a page with a check-box, image, label and a text box?
If so, can anyone suggest how?
Thanks in Advance,
Swathi
Hello Everyone,
Is it possible to create a page with a check-box, image, label and a text box?
If so, can anyone suggest how?
Thanks in Advance,
Swathi
Comments
You can create a content type
You can create a content type with three fields.
Well I have created a content
Well I have created a content and used a web-form within it. i am using a view to display it. I have 2 components in web form and i want them to be displayed in two different columns of the table but now they are displayed in one column. How can i put them in 2 different columns?
Swathi
Swathi
A content type is difference
A content type is difference from a web form and you would not use views to display the add/edit form.
If you are using a content type, the display suite module includes a sub-module that allows you to layout the fields of the form in two columns (and other ways).
I need a check box and a text
I need a check box and a text box that are filled by the user. so i used a webform
Swathi
Webforms are for collecting
Webforms are for collecting information. Content types allow you to create the main content of a page which sounds like what you want.