Cannot hide form

Issues related to forms.
Post Reply
aamfirdaus
 
 
Posts: 14
Joined: Wed Nov 27, 2019 8:51 am

Cannot hide form

Post 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.
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Re: Cannot hide form

Post 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
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Cannot hide form

Post 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
aamfirdaus
 
 
Posts: 14
Joined: Wed Nov 27, 2019 8:51 am

Re: Cannot hide form

Post 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.
aamfirdaus
 
 
Posts: 14
Joined: Wed Nov 27, 2019 8:51 am

Re: Cannot hide form

Post by aamfirdaus »

Here is the project file

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

Sorry for taking so long
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Cannot hide form

Post 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).
aamfirdaus
 
 
Posts: 14
Joined: Wed Nov 27, 2019 8:51 am

Re: Cannot hide form

Post by aamfirdaus »

Ah, I see.

Thank you, so much Pablo.
Post Reply