Page 1 of 1

Cannot hide form

Posted: Thu Jan 02, 2020 7:50 am
by aamfirdaus
Hi, Pablo and everyone.

So far I have succeeded collecting form using the form wizard. I am now building a satisfaction survey, where I hit different buttons, they will show different grids containing different questions.

The grid was initially not visible as I unchecked the visibility in the Object Manager. However, when I preview the page, the form always shows. Is it a normal behavior for a grid containing form to be always visible?

Thank you.

Re: Cannot hide form

Posted: Thu Jan 02, 2020 8:12 am
by BaconFries
A form itself cannot be part of a Layout Grid as it is a fixed/absolute container in its own right. You can however set a Layout Grid itself to be configured as a form.
See the following:
Can a form be added to the Layout Grid?
https://www.wysiwygwebbuilder.com/forum ... 10&t=71391

Re: Cannot hide form

Posted: Thu Jan 02, 2020 8:25 am
by Pablo
To be able top help you, I need to see what you have done.
Do you have a demo project?

Note that I do not need your entire project, only the page with the form.
Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Re: Cannot hide form

Posted: Thu Jan 02, 2020 8:29 am
by aamfirdaus
Here is the link
***Link removed due to site made with WordPress***

The form is set invisible, but initially visible on page load. After I click the star, the event occurs as intended. But what I want is the form should not be visible initially.

Re: Cannot hide form

Posted: Thu Jan 02, 2020 9:38 am
by aamfirdaus
Here is the project file

https://drive.google.com/file/d/1JMn_ac ... sp=sharing

Sorry for taking so long

Re: Cannot hide form

Posted: Thu Jan 02, 2020 10:06 am
by Pablo
You are not using a layout grid, but a flexgrid.
A flexgrid does not support this functionality, because it's a special type of HTML element (display: grid).

Re: Cannot hide form

Posted: Thu Jan 02, 2020 8:52 pm
by aamfirdaus
Ah, I see.

Thank you, so much Pablo.