I’m trying to create a new ontology object that includes the following properties: number
, name
, and startDate
. The ontology will be empty upon creation.
In Workshop, I want the user to enter this information manually through a form, and then submit it so the data gets written to the newly created ontology object.
I’ve successfully created the ontology object, but I’m having trouble finding the appropriate form widgets or setup in Workshop that would allow the user to input data and submit it to the ontology.
Is this possible to achieve in Workshop? And if so, could you guide me on how to set it up correctly?