I have a webform that cannot be submitted unless logged in, however when you visit the page, it displays nothing, not even "login or register" This webform is built using the authorize.net webform module, but I don't believe that is the source of the problem.

The development site can be seen at http://jensen-jewelers.net/CCpayment

Comments

quicksketch’s picture

Category: bug » support

Hard to say, it works on a stock install of Drupal and Webform. The messages are printed out by the theme_webform_view_messages() function in webform.module, which is called from webform_node_view(). There's no reason these messages shouldn't be shown. I'd suggest switching your theme to Garland and disabling webform related modules.

quicksketch’s picture

Status: Active » Closed (duplicate)