All Solutions

Explore all the solutions you can create with Paperform: surveys, quizzes, tests, payment forms, scheduling forms, and a whole lot more.

Explore all the solutions you can create with Paperform: surveys, quizzes, tests, payment forms, scheduling forms, and a whole lot more.

See all solutions
Connect with over 2,000 popular apps and software to improve productivity and automate workflows

Connect with over 2,000 popular apps and software to improve productivity and automate workflows

See all integrations
Can I change or edit the color of the placeholder text?

Please note that this feature is exclusively available with specific pricing plans.

You can change the color of placeholder text using custom CSS.

Custom CSS is configured under Theme & Appearance → Custom CSS. Generally, this CSS will look something like this:

::placeholder {
    color: red;
}