- added new settings for call;

- added duplciate form field functionality to form builder;
- added improvements to form builder;
- fixed issue with saving data in evaluation;
This commit is contained in:
Vitalii Kiiko
2025-02-06 17:25:46 +01:00
15 changed files with 944 additions and 337 deletions

View File

@@ -53,6 +53,10 @@
font-weight: 400;
line-height: 21px;
&:hover {
cursor: pointer;
}
.meta {
display: flex;
flex-direction: column;
@@ -116,7 +120,7 @@
border: 1px solid var(--button-secondary-borderColor);
background-color: var(--button-secondary-borderColor);
width: 100%;
padding: 10px;
padding: 20px 10px;
opacity: 0.6;
color: white;
font-size: 11px;