开发者

drupal 7 webform form elements not displaying

开发者 https://www.devze.com 2023-03-23 12:10 出处:网络
I have created a new content (web form). I have successfully added some ele开发者_开发技巧ments using webform. But it\'s not displaying form elements on view page.

I have created a new content (web form).

I have successfully added some ele开发者_开发技巧ments using webform. But it's not displaying form elements on view page.

Can anyone help me in this matter ?


Could it be that your theme is not printing out that content? Try using the default theme and see what happens.


I had the same problem with drupal 6. Later, I found a couple of problems. I forgot to run update.php file when I upgraded from 3.5 to 3.12 version. Also, do not forget to flush cache. After doing these two tasks, it worked as expected. May be, same is applicable for Drupal 7.

0

精彩评论

暂无评论...
验证码 换一张
取 消