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.
Cannot hide form
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
- BaconFries
-
- Posts: 5923
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Cannot hide form
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
See the following:
Can a form be added to the Layout Grid?
https://www.wysiwygwebbuilder.com/forum ... 10&t=71391
Re: Cannot hide form
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
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
-
-
- Posts: 14
- Joined: Wed Nov 27, 2019 8:51 am
Re: Cannot hide form
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.
***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.
-
-
- Posts: 14
- Joined: Wed Nov 27, 2019 8:51 am
Re: Cannot hide form
Here is the project file
https://drive.google.com/file/d/1JMn_ac ... sp=sharing
Sorry for taking so long
https://drive.google.com/file/d/1JMn_ac ... sp=sharing
Sorry for taking so long
Re: Cannot hide form
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).
A flexgrid does not support this functionality, because it's a special type of HTML element (display: grid).
-
-
- Posts: 14
- Joined: Wed Nov 27, 2019 8:51 am
Re: Cannot hide form
Ah, I see.
Thank you, so much Pablo.
Thank you, so much Pablo.