Infos:
- Used Zammad version: 7.x
- Used Zammad installation type: (source, package, docker-compose, …) docker compose
- Operating system: Windows 11
- Browser + version: Version 151.0.4129.93 (Official build) (64-bit)
Expected behavior: I have created new custom attributes for using them in the web form designing. Expected is that they should appear in the designer section of the Channels->Form. But I am not able to see them at all.
Actual behavior: I am not seeing any custom attribute in the designer section of the web form.
Steps to reproduce the behavior:
- I created 2 custom attributes through Rails console. One of the type text area and other of the type select with key value pair. I also checked all possible ways that the attributes might not be created well For e.g.
Checked that the screen field is set
Checked that the select has key / value pair
text area field has the max length set and options ={}
Also went to the console and pressed on the update database. Cleared the cache. Rerun the docker . But the fields do not appear on the designer section for me to use. Please help