|
|
Drupal example source code file (webform-confirmation.tpl.php)
The webform-confirmation.tpl.php Drupal example source code<?php /** * @file * Customize confirmation screen after successful submission. * * This file may be renamed "webform-confirmation-[nid].tpl.php" to target a * specific webform e-mail on your site. Or you can leave it * "webform-confirmation.tpl.php" to affect all webform confirmations on your * site. * * Available variables: * - $node: The node object for this webform. * - $confirmation_message: The confirmation message input by the webform author. * - $sid: The unique submission ID of this submission. */ ?> <div class="webform-confirmation"> <?php if ($confirmation_message): ?> <?php print $confirmation_message ?> <?php else: ?> <p><?php print t('Thank you, your submission has been received.'); ?></p> <?php endif; ?> </div> <div class="links"> <a href="<?php print url('node/'. $node->nid) ?>"><?php print t('Go back to the form') ?></a> </div> Other Drupal examples (source code examples)Here is a short list of links related to this Drupal webform-confirmation.tpl.php source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.