@@ -53,9 +53,10 @@ function webform_ct_form_webform_settings_confirmation_form_alter(&$form, FormSt
'#type'=>'webform_codemirror',
'#mode'=>'javascript',
'#title'=>t('Javascript Code'),
'#description'=>t('Enter javascript, you would like to run on the confirmation page, typically used for conversion tracking. Note: Do NOT use a "script" element!'),
'#description'=>t('Enter javascript, you would like to run on the confirmation page, typically used for conversion tracking. Note: Do NOT forget the "<script>" tags!'),