Drupal: Submit Button Change Name
function TPL_webform_form_ID($form) {
$form['submit']['#value'] = t('Send');
return drupal_render($form);
}
Added to Drupal by Steven Schulz
function TPL_webform_form_ID($form) {
$form['submit']['#value'] = t('Send');
return drupal_render($form);
}
Added to Drupal by Steven Schulz