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
Im wondering, i want to customize and create the form structure programatically. I investigate that, the form structure for a content is saved in cmsPropertyData table. I tried to edit the JSON to add new field directly in the database. It works! but im thinking to do this programatically (creating the json manually and update the db).
Is there any hint for this ?
And further more,
I see that the structure is like this :
I wish to add new custom attribute here and umbraco backend user can edit this custom field (maybe visibility attribute).
The text was updated successfully, but these errors were encountered:
I found that the FormModel and their attributes are already defined in its designated meta.
Is there any way i can edit the meta to add custom attribute ?
Hi Kjac,
so far, Form Editor propose to assign an alias in the Row and cell definition ( ie: in FormeEditor Datatype definition)
Therefore, all rows and cells of the same type in a form will have the same alias.
We wish to be able to assign values to row and cell aliases at From content creation stage.
this feature will allow us to hide or show part of the files according to complex rules.
We already found what to change in your code to add a alias2 in row and cell in datatype.
What files shall we investigate to be able to assign an alias value at Form content creation stage ?
Fields attributes are editable at form content creation stage. I imagine something similar to assign values to some cells and rows attributes in form content creation screen.
Thanks for your feedback, and thanks for this great module !
Hi,
I
m wondering, i want to customize and create the form structure programatically. I investigate that, the form structure for a content is saved in cmsPropertyData table. I tried to edit the JSON to add new field directly in the database. It works! but i
m thinking to do this programatically (creating the json manually and update the db).Is there any hint for this ?
And further more,
I see that the structure is like this :
I wish to add new custom attribute here and umbraco backend user can edit this custom field (maybe visibility attribute).
The text was updated successfully, but these errors were encountered: