Skip to content

Commit 5be03af

Browse files
Regan WolfromRegan Wolfrom
authored andcommitted
README updates
1 parent e2aa830 commit 5be03af

5 files changed

Lines changed: 13 additions & 9043 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ FormKiQ Client SDK - JavaScript
3333
</script>
3434
```
3535

36-
## Automatic Handling of Web Forms
36+
## Automatic Handling of Web Forms ("Auto-Wiring")
3737

38-
**See /examples/jobform for full example.**
38+
**Example: [Contact Form](https://github.com/formkiq/formkiq-webform-examples-contact)**
39+
40+
**Example (with attachments): [Job Application Form](https://github.com/formkiq/formkiq-webform-examples-jobapplication)**
3941

4042
To add processing to any web form using FormKiQ, add the class "fkq-form" to your HTML FORM tag:
4143

@@ -60,5 +62,6 @@ There are two callbacks included in the Web Form Handler:
6062

6163
Validation has not yet been implemented; a simple implementation is next on our roadmap.
6264

65+
## Submitting a Form Manually
6366

64-
67+
You can also submit the form manually using **formkiqClient.webFormsHandler.submitFormkiqForm(thisForm);**

build/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ Note: while these instructions are for including this SDK in a script tag, you c
4444

4545
## Automatic Handling of Web Forms
4646

47-
**See /examples/jobform for full example.**
47+
**Example: [Contact Form](https://github.com/formkiq/formkiq-webform-examples-contact)**
48+
49+
**Example (with attachments): [Job Application Form](https://github.com/formkiq/formkiq-webform-examples-jobapplication)**
4850

4951
To add processing to any web form using FormKiQ, add the class "fkq-form" to your HTML FORM tag:
5052

@@ -69,5 +71,9 @@ There are two callbacks included in the Web Form Handler:
6971

7072
Validation has not yet been implemented; a simple implementation is next on our roadmap.
7173

74+
## Submitting a Form Manually
75+
76+
You can also submit the form manually using **formkiqClient.webFormsHandler.submitFormkiqForm(thisForm);**
77+
7278

7379

examples/jobform/favicon.ico

-16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)