Hi 

I have successfully created a Custom FormBinder plugin by extending the DefaultFormBinder

and am able retrieve and store data's from forms. But I have one doubt regarding setting the ?property options to my custom FormBinder plugin , is there any code snippets available for how to set property options or how to set plugin properties for custom FormBinders .

  • No labels

5 Comments

  1. Hi Rahul K,

    You can check out this youtube video. In the video, it actually show how you can design the properties option of your plugin. Sample properties of community plugin can be found on github.   

    Hope this help.

    Best regards,

    Owen

    1. Hi Owen , 

      Thank you for valuable Reply , I Have already watched the video of creating UserView theme plugin, and I think it seems to be little different when considering FormOption binder or FormBinder plugin , But I got some idea while looking the Json property options found in the Git-hub . 

      Again thank you for your reply... :)

      1. Thanks Owen I get success with property options for my CustomFormOptionBinder plugin, thanks for your guidelines. :) 

        1. Hi Rahul K,

          No problem, It's my pleasure to help you. Our knowledge base development is quite slow due to limited resource. I think this caused you a lot of challenge when try to develop your first plugin. If you don't mind, I hope you can share your first experience with plugin development with other community member. You can create your page under Extending Functionality - Developing Plugins. I believe with the power of community, we can build a better knowledge base. Thanks and hope to see more from you. :)

          Best regards.

          1. Sure ASAP I'll share my experience on developing plugin.