I have a simple question. How could I change the name \\\"edit\\\" in the button on the summary field? I have this summary in 2 languages. this method changes all the forms I have and I would like each one to have a different name.
//*
.button.frm-edit-page-btn.frm_page_back.frm_page_1 {
visibility: hidden;
}
.button.frm-edit-page-btn.frm_page_back.frm_page_1:after {
content:\\\'Bewerken\\\';
visibility: visible;
display: block;
position: ;
background-color: #579AF6;
padding: 5px;
top: 2px;
}
*/
Please login or Register to submit your answer