- 🇧🇪Belgium svendecabooter Gent
Drupal 7 support for this module has been dropped.
In the case where webform_iban is used in a Webform:
The IBAN column is missing from the Webform results table:
Fixed by implementing _webform_table_component()
/**
* Implements _webform_table_component().
*/
function _webform_table_iban_field($component, $value) {
return check_plain(empty($value[0]) ? '' : $value[0]);
}
this is how it looks after implementing _webform_table_component()
e
Closed: outdated
1.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 support for this module has been dropped.