Daniel Schmitz Posted March 19, 2018 at 07:48 PM Share Posted March 19, 2018 at 07:48 PM Hi, I am using form builder custom fields for the first time now and (I guess it is stupid) cannot get the title to be changed. I use one of the presets and add my values. Pls check image. Title "ingredients" is still visible and I don't know how to change. For example code for upper one is: { "title": "Recipe", "type": "object", "properties": { "Medikation": { "type": "array", "format": "table", "title": "Medikation", "items": { "type": "object", "title": "Präparat", "properties": { "quantity": { "title": "Menge", "type": "string", "options": { "input_width": "5em" } }, "unit": { "title": "Dosierung", "type": "string", "options": { "input_width": "10em" } }, "description": { "title": "Beschreibung", "type": "string" } } } } } } .....no "Ingredients" in there. How can I change it? Regards, Daniel Link to comment
Alejandro Posted March 19, 2018 at 08:18 PM Share Posted March 19, 2018 at 08:18 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.