On my "Event Page"

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.

https://cuetojowin124.wixsite.com/lvcc (my site url)
https://editor.wix.com/html/editor/web/renderer/edit/2b4a8046-491a-4c4d-88c1-c62eecee841b?metaSiteId=d44ecd68-37d6-443c-8134-ac5ed5efea62&editorSessionId=AFBF3C95-0E5B-41A9-8E1D-DF47AD262EF5 (my url editor)

Problem location
(On site menu)
FORMS
|_____Event Form

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.

Hi,
Copy… Thank you.

Hi! I can delete Event Form and you will need to create new page. Wait for your approve to delete corrupted Event Form page.

Hi,
Ok

HI! Corrupted Event Form page removed.

Hi,
Copy, Thank you!


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,
Please help me out of this problem,
I cant reduce the height of my header, even there’s not element block to reduce.

My url editor,

HI! Looks like you should move Datasets in right side up and you will be able to reduce a


header size.

Hi, Mr Olesiaz!
Thank you so much, i didn’t notice that…hehe

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.

This is my URL on that page.

This is my code.
// For full API documentation, including code examples, visit Velo API Reference - Wix.com

$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();
}

HI! As far as I understand a question resolved?

Hi,
I fixed it already.