Skip to content

Commit

Permalink
Changes form to Form
Browse files Browse the repository at this point in the history
Co-authored-by: Ruth Cheesley <ruth@ruthcheesley.co.uk>
  • Loading branch information
putzwasser and RCheesley committed Feb 25, 2024
1 parent 672466f commit ff47002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/tracking_script.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Returning ``True`` or ``False`` skips the execution of `onValidateStart`.
MauticFormCallback['replaceWithFormName'] = {
onValidate: function () {
// executed before built-in form validation
// executed before built-in Form validation
var formIsGood = True;
var dontUpdate = False;
if(dontUpdate){
Expand Down

0 comments on commit ff47002

Please sign in to comment.