Submit button problem

Hi
Trying to place submit button as a part of container, but the button doesn’t submit the data from the form to the DataBase.
Any idea?
Thx.

The code -
//
$w.onReady(function (){
//todo
});

export function dropdown1_click(event, $w) {
$w(“#box1”).show();
}

export function box1_mouseOut(event, $w) {
$w(“#box1”).hide();
}
Link to the test page-
http://hadarsharet.wixsite.com/test1/new-page

Hi Hadar,
Did You set the permissions of the database collection ?
Roi

Yes I did
Hadae

Hi again,
I checked your site and it’s working in admin role.


What did im miss ?
Roi