x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<turbo-frame id="fieldset_preview"> <form action="#" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="SBS7dP5hHBdomYdTkckwZQ8QVJs78jVs_2rU1U4WSlA4UAwIETP6YDduIeQbcPClrMX7SJ75CWNpWYLtPDORQw" /> <div class="form-inputs"> <fieldset class="fieldset"> <div class="fieldset__fields"> <div class="field field--first_name"><label for="lookbook_input_preview_first_name">First name</label><input required="required" type="text" name="lookbook_input_preview[first_name]" id="lookbook_input_preview_first_name" /></div> <div class="field field--last_name"><label for="lookbook_input_preview_last_name">Last name</label><input required="required" type="text" name="lookbook_input_preview[last_name]" id="lookbook_input_preview_last_name" /></div> <div class="field field--email"><label for="lookbook_input_preview_email">Email address</label><input required="required" autocomplete="email" type="email" name="lookbook_input_preview[email]" id="lookbook_input_preview_email" /></div> </div> </fieldset> </div> <div class="form-actions"> <button class="button primary"> <div class="button-content"> Submit </div> </button> </div> </form></turbo-frame>1
render_form(model: build_input_preview_model(schema: [ FIELDSET_NO_LEGEND ]))No notes provided.
No params configured.
No Figma design linked. Add
@figma_node_id <id> (or
@figma <url>) to the preview class or scenario docstring.