DmitrMakeev commited on
Commit
b41769b
·
verified ·
1 Parent(s): 0382803

Update forms.html

Browse files
Files changed (1) hide show
  1. forms.html +4 -3
forms.html CHANGED
@@ -18,9 +18,10 @@ body {
18
 
19
 
20
  <body>
21
- <div id="formeo-editor"></div>
22
-
23
-
 
24
  <script>
25
 
26
  var formeo1 = new FormeoEditor({
 
18
 
19
 
20
  <body>
21
+ <div id="formeo-editor-1"></div>
22
+ <div id="formeo-editor-2"></div>
23
+ <button onclick="console.log(formeo1.formData)">DATA 1</button>
24
+ <button onclick="console.log(formeo2.formData)">DATA 2</button>
25
  <script>
26
 
27
  var formeo1 = new FormeoEditor({