Is there a Update Record Tutorial?

The latest tutorial I see when querying “Update Record Form” says:

“our form is a standard Update Record form”

about using Form Repeat to return nested data

Which brings up my question: Where is a doc on simply “Update Record Form”?

I have read forum questions for years on the best way to handle data in arrays. People replied with therir pet ways to retrieve and display arrays. Some involve server actions, some browser actions.

But I have yet to find the most obvious follow-up doc in the Form Insert category – Update Form containing Multiple Choice Checkbox inputs.
As a complete Tutorial in Wappler docs.

I can see how to present the Update form composed on the server side. But I want the best Wappler solution.

This is my INSERT RECORD code for one checkbox group –

 <div is="dmx-checkbox-group" id="gefuehl_1_values" class="checkbox-group">
<label for="inp_gefuehl_1">Gefühle</label>
 <div id="repeat_get_gefuehl_1" is="dmx-repeat" dmx-bind:repeat="get_ukd_gefuehl_1.data.query_gefuehl_1_vals">
<label class="form-check-label">
<input class="form-check-input" dmx-bind:options="get_ukd_gefuehl_1.data.query_gefuehl_1_vals" optiontext="gefuehl_value" optionvalue="gefuehl_value" type="checkbox" dmx- </div>
 <input type="text" class="form-control" id="assoziierte_gefuehl_1" name="gefuehl_1" dmx-bind:value="gefuehl_1_values.value">
</div>

I can either write on the server side the “selected” properties and I can on the browser side do the same thing. Is there a recent tutorial for the best sequence of steps to build this Update form?

Community Page
Last updated: