Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Besides the aforementioned solutions, Web components might be useful (can be reused in multiple contexts). Examples: in Drupal in ButterCMS in Backdrop CMS in WordPress However, if your fo...
Answer
#1: Initial revision
Besides the aforementioned solutions, Web components might be useful (can be reused in multiple contexts). Examples: - [in Drupal](https://www.drupal.org/project/webcomponents) - [in ButterCMS](https://buttercms.com/blog/using-web-components-with-buttercms) - [in Backdrop CMS](https://backdropcms.org/project/webcomponents) - [in WordPress](https://css-tricks.com/using-web-components-in-wordpress-is-easier-than-you-think/) However, if your form is not convoluted, I would also consider using the default form module provided by your CMS, which is typically very stable.