Hi, Wix Users, Wix Expert, Wix developers.
My problem is, all of my users input field on particular page was doesn’t show up, when i go to that particular page all of my input fields are still there but their invisible, and when i go to that page ( i cant edit, delete and save my site) in short when i on that page, all functions doesn’t work. PLS HELP ME OUT OF THIS PROBLEM.
Done
I already try to clear cache.
I already open in different computer
I already open my site on different browser
(but nothing is happen)
HI! Could you please add your site URL to help you? There is many points why input works different from your expectation. For example wrong DataSet mode defined for connected data e.g. https://olesiaz.wixsite.com/ssr-copy1-to-edit/blank , field isn’t connected, maybe some issue happens. in order not to guess please define your site URL to help you.
HI! Looks like your page is broken since 22 of January, page structure is damaged. A problem is reported. Will notify you here about resolution update.
I have another question again,
All of my form has a permission before the users enter, they sign up first for request ,
My question is… is it possible to add a logo or design on Default Sign Up??
HI! It isn’t possible to add a logo or design on Default Sign Up. But you can create a LightBox for form permission page and add here login /password submission form and add a logo or design instead of Default Sign Up.
Hi, again Olesiaz
Please help me and check the problem of my hide and show function, the two buttons on the right side (Events and Alumni Events) when i click them, the form i want to show doesn’t show up.
$w.onReady(function () {
//TODO: write your page related code here…
});
export function button5_click(event, $w) {
//Add your code for this event here:
$w(“#box4”).show();
$w(“#box6”).hide();
$w(“#box3”).hide();
$w(“#box8”).hide();
$w(“#box10”).hide();
$w(“#box12”).hide();
$w(“#box14”).hide();
}
export function button8_click(event, $w) {
//Add your code for this event here:
$w(“#box6”).show();
$w(“#box4”).hide();
$w(“#box3”).hide();
$w(“#box8”).hide();
$w(“#box10”).hide();
$w(“#box12”).hide();
$w(“#box14”).hide();
}
export function button6_click(event, $w) {
//Add your code for this event here:
$w(“#box8”).show();
$w(“#box4”).hide();
$w(“#box3”).hide();
$w(“#box6”).hide();
$w(“#box10”).hide();
$w(“#box12”).hide();
$w(“#box14”).hide();
}
export function button18_click(event, $w) {
//Add your code for this event here:
$w(“#box10”).show();
$w(“#box4”).hide();
$w(“#box3”).hide();
$w(“#box6”).hide();
$w(“#box8”).hide();
$w(“#box12”).hide();
$w(“#box14”).hide();
}
export function button17_click(event, $w) {
//Add your code for this event here:
$w(“#box12”).show();
$w(“#box4”).hide();
$w(“#box3”).hide();
$w(“#box6”).hide();
$w(“#box8”).hide();
$w(“#box10”).hide();
$w(“#box14”).hide();
}
export function button31_click(event, $w) {
//Add your code for this event here:
$w(“#box14”).show();
$w(“#box4”).hide();
$w(“#box3”).hide();
$w(“#box6”).hide();
$w(“#box8”).hide();
$w(“#box10”).hide();
$w(“#box12”).hide();
}