Hi. I want to create a multipage form where I have 3 input fields on the first section. I want that first section to be a bit more visually appealing. In sections 2 and 3 i want a more traditional design.
Since the sections are loaded via jQuery and are not really on different sections I run into the problem that i cannot apply different styles.
Particularly i want to style the .main class which will contain the multipage form. Does any of you know how to solve it?
My theme uses different body classes for different pages. So maybe I should create 3 different forms which are connected with redirects.
Or am I leading in a completely wrong direction?