form in flex container
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
form in flex container
I built a form and tested it, works great. After looking at the webpage on my phone I realized it dosen't expand to the size of my phone. (its the only thing on the page) I added a flex contanier and tried to drag the form into it but it doesn't go. Any ideas?
Re: form in flex container
A form is a fixed/absolute container so it cannot be added to a flex grid.
However, the flex grid itself can also be a form to create flexible forum layout.
You can also create flexible forms with the Form Wizard.
However, the flex grid itself can also be a form to create flexible forum layout.
You can also create flexible forms with the Form Wizard.
Re: form in flex container
What do I need to add inside a flex container so it does not collapse?
When I add my form elements they go all over the place
When I add my form elements they go all over the place
Re: form in flex container
If you are not familiar with flexbox design then I suggest to start with layout grids instead. Layout grids have fewer options.
Related tutorials:
https://www.wysiwygwebbuilder.com/layoutgrid_part1.html
https://www.wysiwygwebbuilder.com/layoutgrid_part2.html
https://www.wysiwygwebbuilder.com/flexbox.html
Also, note that there many example templates with forms:
https://www.wysiwygwebbuilder.com/templates.html
Related tutorials:
https://www.wysiwygwebbuilder.com/layoutgrid_part1.html
https://www.wysiwygwebbuilder.com/layoutgrid_part2.html
https://www.wysiwygwebbuilder.com/flexbox.html
Also, note that there many example templates with forms:
https://www.wysiwygwebbuilder.com/templates.html
Re: form in flex container
For a flex form using the form builder, do I want to build from a template, from scratch with wizard or Blank to add controls later?
Re: form in flex container
I think it is whatever works best for you.
You can also drag & drop the form elements you already have to a layout grid.
You can also drag & drop the form elements you already have to a layout grid.
Re: form in flex container
I will keep playing with it but this fixed my issue:
Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1">
Re: form in flex container
Note this this code will automatically be added by the software when
- you use layout grids
or
- add breakpoints
- you use layout grids
or
- add breakpoints