I have a skuid page with 2 UI-Only fields. These 2 fields get populated by a snippet that runs on page load. The issue is that whenever a change is made to any other field and the page is saved, the values disappear and both fields become blank.
Is there a way to make the field values persist after hitting the save button?
Solved
UI-only field's value disappears after saving

Best answer by Rob_Hatch
Adib - when you “page is saved” what do you mean? Since both fields are UI Only fields - im suspecting you are running some Javascript that moves the values to another process and saves them. I think this code is executing a row update function or row cancel function that is clearing out your records.
This is my suspicion.
Translate
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.