Greetings,
I recently downloaded a trial version of the FormBuilder package and have been able to add some custom widgets and handlers which have made the package quite useful for my use cases so far. One thing that I was hoping for is the ability to add a dynamic form as a field within a custom data type. I suppose that can be done indirectly by adding an XHTML field to the data type, which at least gives users the option of manually inserting a FormBuilder form function (with the obvious caveat that there's nothing enforcing that they do so or preventing them from adding any other markup). I was hoping that the FormBuilder package would provide a widget function that could be substituted for the standard VisualXhtmlEditor for this purpose, but it does not appear to have one. Is there any way to make use of the existing code used by the page function (Form.aspx, FieldEditor.aspx, etc.) and expose it as a widget somehow? I'm pretty new to the Composite world and would greatly appreciate any suggestions/documentation that might help point me in the right direction.
I recently downloaded a trial version of the FormBuilder package and have been able to add some custom widgets and handlers which have made the package quite useful for my use cases so far. One thing that I was hoping for is the ability to add a dynamic form as a field within a custom data type. I suppose that can be done indirectly by adding an XHTML field to the data type, which at least gives users the option of manually inserting a FormBuilder form function (with the obvious caveat that there's nothing enforcing that they do so or preventing them from adding any other markup). I was hoping that the FormBuilder package would provide a widget function that could be substituted for the standard VisualXhtmlEditor for this purpose, but it does not appear to have one. Is there any way to make use of the existing code used by the page function (Form.aspx, FieldEditor.aspx, etc.) and expose it as a widget somehow? I'm pretty new to the Composite world and would greatly appreciate any suggestions/documentation that might help point me in the right direction.