From 5ff80619f0d95a06eca787877dbecd4a7fd31cba Mon Sep 17 00:00:00 2001 From: Julian Egelstaff Date: Sat, 9 Nov 2024 13:35:40 -0500 Subject: [PATCH] Typo / help text update --- .../formulize/templates/admin/form_advanced_calculations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}>