Is there a way to display the form in full on the teaser page?
I want my form to display in full on a taxonomy page, so that for instance, I could have a taxonomy term called contact (that I will actually use as my contact page at .../contact).
I can display the following 4 nodes so that they all show up as one page:
- Directions
- Store Hours
- Phone / Fax
- Contact Form
Comments
Comment #1
ullgren commentedYou probably will be able to do this by changing the webform_view() method.
Maybe something to add as a option.
Comment #2
checker commentedi think this option should be in the admin and not only hard coding.
here is the solution to eliminate teaser view in the code:
find in webform.module
"function webform_view" near line 1045
replace from:
to:
Comment #3
quicksketchWow, so 3 Drupal releases and 2 and 1/2 years later... I added this feature to the 2.x branch of Webform for Drupal 5. It's now under the Advanced Webform Settings. It works with page breaks, but the entire form will always be displayed on the current page.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.