The Drupal 7 #text_format property is great but it's causing a problem with saving our Webform settings in Drupal 7. Right now we're using a text format on the confirmation message, but we get an error on save because $form_state['values']['confirmation'] is an array, not a string. This patch corrects this and allows saving in Drupal 7.

CommentFileSizeAuthor
webform_confirmation_format.patch905 bytesquicksketch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quicksketch’s picture

Status: Active » Fixed

Committed.

chakrapani’s picture

Thank You for the quick fix :)

Status: Fixed » Closed (fixed)

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