Yes, a link to a landing page with the form on it would work. Once you preview the page, the quickest way to shortcut through the code can be found in either Chrome or Firefox and right click on a checkbox area. When you right click there is an option called "Inspect Element". This will drill down to the HTML code right at that point on the page without having to read the entire source code. It still requires some source code familiarity, but the inspectors in those programs help out a lot and drill down to where you need to be looking. Once you have that information about how the checkboxes work, styling them is usually rather simple. If you need help reading through code just post what comes up around that area in the inspector and we can run through the code.
↧