This is the code generated by Wappler. <select id="advertentie" class="custom-select" dmx-bind:options="sckersttarief.data.query1" optiontext="titel" optionvalue="prijs" name="advertentie"> </select>
Can anybody tell me where I went wrong or, even better, how to solve this?
I didn’t see any errors before, but just now the Server Action returned an error. As it appears the SA Globals copied all the validation rules and then it throws an error when loading the page.
Deleting the validations in the server action globals solved the problem.
Thanks for the very quick response @Teodor
Hmm, working in Chrome and Edge, but not in Firefox.
Redid the whole form, but still select list will not show in FF.
Could this be a FF bug?
Addition: it is not really a bug. Firefox requires the select list to have a name. Must try to remember that.