diff --git a/modules/formulize/templates/admin/form_advanced_calculations.html b/modules/formulize/templates/admin/form_advanced_calculations.html index ad5f29b22..24afa0986 100644 --- a/modules/formulize/templates/admin/form_advanced_calculations.html +++ b/modules/formulize/templates/admin/form_advanced_calculations.html @@ -24,7 +24,7 @@
After Saving -

This special procedure runs after an entry is saved. Values are available as PHP variables using the element handle name. The prior values are available as $currentValues['handle_name'], so you can check if something has actually changed. The ID of the entry is available as $entry_id. This will be the new ID if the entry was newly saved. A variable \$newEntry is available and will be true or false, depending if this is the first time the entry was saved or not.


+

This special procedure runs after an entry is saved. Values are available as PHP variables using the element handle name. The prior values are available as $currentValues['handle_name'], so you can check if something has actually changed. The ID of the entry is available as $entry_id. This will be the new ID if the entry was newly saved. A variable $newEntry is available and will be true or false, depending if this is the first time the entry was saved or not.


<{* closing tag on a new line so the textarea has a blank line at the bottom *}> <{include file=db:admin/variable_template_help.html variables=$content.variabletemplatehelp}>