UNPKG

formio-sfds

Version:
29 lines (26 loc) 2.15 kB
<!doctype html> <html lang="en"> <head> <title>Review (custom component) | formio-sfds examples</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="/sfgov/forms.css"> </head> <body> <div class="formio-sfds"> <div class="container p-2"> <h1 class="h3 mb-4"> <a href="/">formio-sfds@10.0.0</a> / Review (custom component) </h1> <sfgov-form data-form="{&quot;display&quot;:&quot;wizard&quot;,&quot;components&quot;:[{&quot;type&quot;:&quot;panel&quot;,&quot;title&quot;:&quot;Intro page&quot;,&quot;components&quot;:[{&quot;type&quot;:&quot;htmlelement&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;content&quot;:&quot;Hello, world!&quot;}]},{&quot;type&quot;:&quot;panel&quot;,&quot;title&quot;:&quot;Basics page&quot;,&quot;components&quot;:[{&quot;type&quot;:&quot;textfield&quot;,&quot;key&quot;:&quot;name&quot;,&quot;label&quot;:&quot;Your name&quot;,&quot;defaultValue&quot;:&quot;Judge&quot;,&quot;validate&quot;:{&quot;required&quot;:true}},{&quot;type&quot;:&quot;number&quot;,&quot;key&quot;:&quot;age&quot;,&quot;label&quot;:&quot;Age&quot;,&quot;defaultValue&quot;:50}]},{&quot;type&quot;:&quot;panel&quot;,&quot;title&quot;:&quot;More data&quot;,&quot;components&quot;:[{&quot;type&quot;:&quot;address&quot;,&quot;key&quot;:&quot;address&quot;,&quot;label&quot;:&quot;Your address&quot;,&quot;defaultValue&quot;:{&quot;line1&quot;:&quot;123 Main St&quot;,&quot;city&quot;:&quot;San Francisco&quot;,&quot;state&quot;:&quot;CA&quot;,&quot;zip&quot;:94110}}]},{&quot;type&quot;:&quot;panel&quot;,&quot;title&quot;:&quot;Review your submission&quot;,&quot;components&quot;:[{&quot;type&quot;:&quot;review&quot;,&quot;label&quot;:&quot;&quot;}]}]}" data-options="{&quot;scroll&quot;:false}"> </sfgov-form> </div> </div> <script src="https://unpkg.com/formiojs@4.14.8/dist/formio.full.min.js"></script> <script src="/dist/formio-sfds.standalone.js"></script> <script src="/dist/examples.js"></script> </body> </html>