I have a webform submission data: value that shows in a certain view. I would like to rewrite the output to show two brackets around it. For example the value is www.drupal.org, I would like it to show as (www.drupal.org). I have tried both the rewrite output ([value]) and the prefix and suffix (with ( and ) in the field respectively). Both options do not change the output of www.drupal.org. Any idea's? Not sure if it is a bug, but it seems at least as strange behaviour...
Comments
Comment #1
esmerel commentedI tried this in a simpler fashion, using the post date like so: ([created])
It's working correctly; (03/21/2013 - 21:15)
Maybe webform or something is stripping out the formatting?
Comment #2
mustanggb commented