Anyway to display the field content of the node?

Thanks

Comments

cafuego’s picture

In theory you should be able to create the view mode you want, either programmatically or using Display Suite, and configure Webform Node Element to use that view mode to show its node.

shadowdknight’s picture

Thanks cafuego ,
I tried webform node element before,
but it only shows the title instead the content,
I'll try it again.

Letharion’s picture

Component: Documentation » Code
Status: Active » Needs review
StatusFileSize
new627 bytes

In components/node.inc, it is hardcoded to render only the node body, and the node links, regardless of your View mode.

My attached patch may not be the perfect solution, but it allows me to render the fields I want. :)

shadowdknight’s picture

That's cool!
Now Im waiting if the component can also be sent to email,
then it will be perfect!
Thanks

cafuego’s picture

Fixed in git 7.x-1.x, please test :-)

cafuego’s picture

Status: Needs review » Fixed

This works correctly in the latest -dev version, will do a new release shortly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.