export function button38_click(event) {
//Add your code for this event here:
let toInsert = {
“mobil” : $w( “#input5” ).inputType,
“idMobil” : $w( “#input6” ).inputType,
“subRental” : $w( “#input10” ).inputType,
“lokasiRental” : $w( “#input11” ).inputType,
};
wixData.insert( “HasilFormulir” , toInsert)
.then( (results) => {
let item = results; //see item below
} )
. catch ( (err) => {
let errorMsg = err;
} );}
no information failed, but I checked in the database there was no input.
help me please ![]()