You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The script already contains the `netteForms.js` file, so don't use it again and
12
12
13
13
Options
14
14
-------
15
-
You can change default options by calling `LiveForm.setOptions({ ... });` after including the script. Give only options that you want to change. For example:
15
+
You can change default options by calling `LiveForm.setOptions({ ... });`**after** including the script. Give only options that you want to change. For example:
@@ -24,6 +24,18 @@ You can change default options by calling `LiveForm.setOptions({ ... });` after
24
24
</script>
25
25
```
26
26
27
+
Alternatively, if you want to set options **before** the script is loaded, create `LiveFormOptions = { ... };` with options that you want to change. For example:
0 commit comments