Re: Advancedform
Posted: Fri Sep 23, 2022 2:48 pm
Hi Rob,
to make the fields visible in the first place, you should add the following to the stylesheet.css of the template.
Code: Select all
input, textarea {
border: 1px solid #999;
}
By default, Advancedform puts the forms in a table - which is not pretty and not responsive either.
It is much nicer and easier to design if you use the template function of the plugin.
To do this, click in the plugin under "Mail forms" on the second button (next to the trash) in the line where your form is (Choco_2021).
Once you've done that, your form will suddenly look completely different.
Now you can use the browser console (examine) to examine and change any element you want to design in the file:
\plugins\advancedform\data\css\Choco_2021.css
Unfortunately, and we can't spare you this, you will of course need to have some CSS knowledge to do this.