Question
When adding the KWizCom Forms app to a site, all of my edit forms now have an apply button. Is there a way to hide it?
Answer
- In your site, go to the “site assets” library.
- Look for the KWIZCOM > APLFE sub-folder.
- In that folder, look for the kwizcom.aplfe.controller.css file. Edit it and add the following
style:
/* hide the apply button */
.kwizcom-Form-applyButton-cell {
display: none;
}
|
4. Save the .css file, go to your list form and refresh it (do a hard
reload to delete cache).
On a scale of 1-5, please rate the helpfulness of this article
Optionally provide private feedback to help us improve this article...
Thank you for your feedback!