Below are some class names that are available for targeting questions with Custom CSS for users on an Agency plan.
Class | Usage |
---|---|
.Paperform__Container |
Wraps the entire form document |
.Paperform__QuestionBlock |
Targets the container of every question group |
.Paperform__QuestionBlock--key |
Targets a specific container for a single question group by its key |
.Paperform__Question |
Targets every question element |
.Paperform__Question--key |
Targets a specific question by its pre-fill key |
A question group's key is unique to its specific block of questions. It is automatically generated, cannot be modified, and does not change unless the questions are completely removed and re-added.
The key
for questions is the auto-generated pre-fill key. Custom pre-fill keys will not work.