In order to change the background of the body after a visitor hit the page break button, it would come in handy to have an extra body class, such as "webform-page-[pagenumber]" for instance.

What would the best way to achieve this?

Comments

DanChadwick’s picture

Status: Active » Fixed

Try implementing hook_form_webform_client_form_alter to add the class yourself. If you aren't familiar with this hook, try the forums or IRC.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.