Customize Form Layout
I'm creating a form with about 18 custom fields. Since the from will be pretty long, I would like to separate some fields in sections with a thin outline and shaded background. I know how to customize all of the fields through CSS in the child theme, but how can I separate out the custom fields so I can group them together on the form page?
I assume that the cp_formbuilder($results) will be used in the functions.php page of the child theme, but that's where I get stuck. My php skills aren't that strong. Any suggestions?