I want to be able to create a form that would ask a user questions then after the user enter their data and click submit the form would display back to the user what they entered in. CCK was an option but the results text would be separated because of the fields and I want the results to be evenly displayed.

Thanks

Example

Node page:

What is your favorite football team? [field]
The Colts [user data]

What is your cat's name? [field]
Sam [user data]

Results page shown to the user:

The Colts
Sam

When you contact me please let me know your price.

Thanks

Comments

arski’s picture

mmh, you can go to admin/content/node-type/TYPENAME/display and select to make the labels appear inline or remove the labels at all.. then you will be left with just a listing of values basically, just as you want.

PS. your post would be certainly more appropriate in some support board or an issue queue :)

websule’s picture

Yes, Arski is absolutely right!

OR do you mean something else? like preview or something??

sp09’s picture

The labels is not the issue, which I know how to control. I want to combine the text from the fields. Also I tried getting help in the support forum but I was successful, but anyways since I'm willing to pay somebody to provide what I need for me I got the right to post anything I want here.

arski’s picture

fine, but then you need to explain better what you want, because it seems that a simple node display with switched off labels looks exactly like the output example in your op.

sp09’s picture

your right it does look like that

sp09’s picture

I meant unsuccessful*.