I am trying to reuse the form component into my project components.
I have copy pasted the entire form folder from "/libs/foundation/components/form" to my project "/apps/mywebsite/components/form".
But when i am trying to use the Form from mywebsite the from shows only Start of the from.
Where as when i tried to use the Form from the foundation in the same page parsys it shows both Start and End of the form.
Content Observation:
When i am using the foundation Form the in the page content i can see the start and end nodes. where as while using the mywebsite Form start node alone is created.[img]StartForm.png[/img][img]StartEndForm.png[/img]
Do i need to add any other component dependencies from foundation.?
what are the steps to follow for reuse of the Form as a local component. Thanks.