Hi,

I've created a webform, and I need to be able to add something like https://dl.dropboxusercontent.com/u/11918318/Screenshot%20from%202013-05.... How can I do that?

Regards,

Comments

WorldFallz’s picture

you can do that with views plus one of the slider modules.

kartagis’s picture

Views on top of webform? How?

WorldFallz’s picture

just make it a block view and place on the page like any other block.

kartagis’s picture

I thought of that, but would that allow me to select the value of a template?

WorldFallz’s picture

ah no... but then you didn't mention anything about it being a field or wanting it to provide a value. Don't know of any module that would integrate like that with webform, it would have to be custom coded.

kartagis’s picture

I thought of something else, if it's even doable. I'd like to be able to set the value of a specific field in the webform upon clicking on a field in my view. Is this possible?

Regards,

WorldFallz’s picture

Definitely possible with js/jquery.... but again, it's custom code (though not much).

kartagis’s picture

I'm not a js guy at all :S

WorldFallz’s picture

It's probably all of a line or two of jquery....but I'd need a link to even take a guess.