Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to close off sections of the generated form? #130

Open
gaitat opened this issue Aug 31, 2018 · 1 comment
Open

Is there a way to close off sections of the generated form? #130

gaitat opened this issue Aug 31, 2018 · 1 comment

Comments

@gaitat
Copy link

gaitat commented Aug 31, 2018

Expand/Collapse type of functionality.

@peeyush12345
Copy link

.collapsible {
background-color: #ddd;
color: #333;
cursor: pointer;
padding: 10px;
border: none;
text-align: left;
width: 100%;
}

.collapsible.active {
background-color: #555;
color: #fff;
}

.content {
display: none;
padding: 10px;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants