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