Closed (fixed)
Project:
Webform
Version:
7.x-3.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2010 at 20:33 UTC
Updated:
19 Jul 2010 at 07:50 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_confirmation_format.patch | 905 bytes | quicksketch |
Comments
Comment #1
quicksketchCommitted.
Comment #2
chakrapani commentedThank You for the quick fix :)