File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <!-- <script src="https://cdn.form.io/js/formio.embed.js"></script> -->
1515
1616 <!-- Uses bootstrap for now -->
17- < link
18- rel ="stylesheet "
19- href ="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css "
20- />
21- < link
22- rel ="stylesheet "
23- href ="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css "
24- />
17+ < link rel ='stylesheet ' href ='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css '>
2518
2619 <!-- Working Form.io CDN -->
27- < script src ="https://unpkg.com/formiojs@3.0.0-alpha.13/dist/formio.full.min.js "> </ script >
28- </ head >
29- < body >
30- < div id ="form-header "> </ div >
31- < div id ="formio "> </ div >
20+ < script src ="https://unpkg.com/formiojs@4.21.6/dist/formio.full.min.js "> </ script >
21+ < link href ="https://cdn.jsdelivr.net/npm/formiojs@4.21.6/dist/formio.full.min.css " rel ="stylesheet ">
22+
23+ <!-- Render the form -->
3224 < script src ="js/generateFormComponents.js "> </ script >
3325 < script src ="js/formDataToJson.js "> </ script >
3426 < script type ="text/javascript ">
5547 console . error ( "Error creating components:" , error ) ;
5648 } ) ;
5749 </ script >
50+ </ head >
51+ < body >
52+ < div id ="form-header "> </ div >
53+ < div id ="formio "> </ div >
5854 </ body >
5955</ html >
You can’t perform that action at this time.
0 commit comments