We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad0877 commit 5391fb8Copy full SHA for 5391fb8
README.md
@@ -111,5 +111,5 @@ return FormResult.CreateSuccessResult("Product saved. Please wait...", Url.Actio
111
112
**Fill the form fields from a json object:**
113
```
114
-#("#formId").fillFormFields(yourJsonObject);
+$("#formId").fillFormFields(yourJsonObject);
115
0 commit comments