You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After saving the form, the columns inside custom fields' meta_key function do not meet the global condition. It changes the inside element's meta_key even after saving the form.
How to reproduce:
Create a form with columns fields.
Drag a custom field like text
Change the label; you'll find the meta_key changing respectively upon the label, which is a global case for columns-outside custom fields
Save the form
Now, change the label of the inside text field again. You will see it's again changing the meta_key upon the label, which should not happen.
After saving the form, the columns inside custom fields' meta_key function do not meet the global condition. It changes the inside element's meta_key even after saving the form.
How to reproduce:
Screencast- https://somup.com/c3nn3DZmF9
Expected behavior:
The columns inside fields' meta_key should not change after saving the form like the columns-outside custom fields.
The text was updated successfully, but these errors were encountered: