{ "info": { "author": "Nimbis Services, Inc.", "author_email": "devops@nimbisservices.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# cmsplugin-forms-builder\n\n![Screenshot](https://raw.githubusercontent.com/nimbis/cmsplugin-forms-builder/master/screenshots/readme.png)\n\n![Screenshot2](https://raw.githubusercontent.com/nimbis/cmsplugin-forms-builder/master/screenshots/readme2.png)\n\n### A [django-forms-builder](https://github.com/stephenmcd/django-forms-builder) plugin for [django-cms](https://github.com/divio/django-cms)\n\n[![Build Status](https://travis-ci.org/nimbis/cmsplugin-forms-builder.svg?branch=master)](https://travis-ci.org/nimbis/cmsplugin-forms-builder)\n\nThis plugin provides a simple means of inserting django-forms-builder forms\nas django-cms plugins. You will need to override django-forms-builder's default `built_form.html` [template](https://github.com/stephenmcd/django-forms-builder/blob/master/forms_builder/forms/templates/forms/includes/built_form.html) in your project in order to POST the form using AJAX, which is then handled appropriately by django-forms-builder's built in views. See the sample [template](https://github.com/nimbis/cmsplugin-forms-builder/blob/master/sample/templates/forms/includes/built_form.html) for a better idea of how this works.\n\n\n## Requires\n\n* django >= 1.8\n* django-cms >= 3.3.1\n* django-forms-builder\n\n\n## Setup\n\n* Verify django-cms and django-forms-builder are installed correctly.\n\n* Run `pip install cmsplugin-forms-builder` or download this package and run `python setup.py install`\n\n* Add `'forms_builder.forms', 'cmsplugin_forms_builder'` to your project's INSTALLED_APPS.\n\n* In order to submit your django-forms-builder forms via AJAX, you will need to override django-forms-builder's default `built_form.html` template. Since everyone's use case is different, this repository does not come with a predefined template in order to work \"out-of-the-box\". However, a sample [template](https://github.com/nimbis/cmsplugin-forms-builder/blob/master/sample/templates/forms/includes/built_form.html) is provided to help you get started.\n\nContributing\n------------\n\nSee the [Contributing Guidelines](CONTRIBUTING.md).\n\n\n## History\n\nv1.1.1 (March 29, 2018):\n\n * Organize the plugin in the admin UI with other form plugins.\n * Display a useful string description of forms in the admin UI.\n\nv1.1.0 (September 8, 2016):\n\n * Adding migration required for Django CMS v3.3.1 and later, which is now\n required for this app.\n\nv1.0.1:\n\n * Include README.md in the manifest.\n\nv1.0.0:\n\n * Removed unnecessary code in views.py and urls.py.\n * Improved documentation in README\n * Added screenshots and sample `build_form.html` template\n * Fixed setup.py, no longer requires pip>=6.0\n * Loosened requirements slightly\n\nv0.1.11:\n\n * Update to Django 1.7 migrations\n\nv0.1.4:\n\n\t* Fixed bug on Safari browser, make sure that 'cmsplugin_forms_builder' comes\n\t above 'forms_builder.forms' in INSTALLED_APPS\n\nv0.1.1:\n\n * Fixed bugs related to imports in views.py\n\nv0.1.0:\n\n * Initial commit\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nimbis/cmsplugin-forms-builder/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "cmsplugin-forms-builder", "package_url": "https://pypi.org/project/cmsplugin-forms-builder/", "platform": "", "project_url": "https://pypi.org/project/cmsplugin-forms-builder/", "project_urls": { "Homepage": "https://github.com/nimbis/cmsplugin-forms-builder/" }, "release_url": "https://pypi.org/project/cmsplugin-forms-builder/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "django-cms plugin for cmsplugin-forms-builder", "version": "1.1.1" }, "last_serial": 3717505, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "c0099d3a7dcbdde9744b00cfd9e60e3c", "sha256": "80540c29db0c083e70a603482dccb65e2183f19533773a00267ff1b09ed98fd8" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c0099d3a7dcbdde9744b00cfd9e60e3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5360, "upload_time": "2014-03-24T13:57:05", "url": "https://files.pythonhosted.org/packages/5f/b1/512fa797406877e8fd985ad4ed5dadeb75c19003513ecc8b925dfe7db750/cmsplugin-forms-builder-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "4caa28ef344434901848c531fad40c7e", "sha256": "7e6f7264c4fde39f06d6972cacb60077964c4d94a4feba7b88e68dec8a3a2644" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.10.tar.gz", "has_sig": false, "md5_digest": "4caa28ef344434901848c531fad40c7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5383, "upload_time": "2015-01-13T21:44:50", "url": "https://files.pythonhosted.org/packages/04/99/83dfa98976d46742892868ad6ec2b56bd5a9fa62f5162beb06427deeb48e/cmsplugin-forms-builder-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "bc92ba82cba43cac141e85b51cc93c9c", "sha256": "57700427c7dec40d31ac0068414cc5db62ad2bf67ea3ef13e54b3a730920b955" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.11.tar.gz", "has_sig": false, "md5_digest": "bc92ba82cba43cac141e85b51cc93c9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5615, "upload_time": "2015-02-06T21:21:39", "url": "https://files.pythonhosted.org/packages/38/db/13f45c003f9de2dc5668755342371789ca38edb5d8ef6ac5a2a3684511d6/cmsplugin-forms-builder-0.1.11.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "dabddb15c05d672f1dcc89a1a1e4784a", "sha256": "2105fc081ef6a125a3b6727103fe51c0ea629a355c0d1f4c41a5ec68bbd46ae0" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.2.tar.gz", "has_sig": false, "md5_digest": "dabddb15c05d672f1dcc89a1a1e4784a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5327, "upload_time": "2014-03-24T14:10:44", "url": "https://files.pythonhosted.org/packages/ed/3c/416d35c7ddd5d099bb4858a884e2ad37bf3ca54ba13cf47812c3782828cd/cmsplugin-forms-builder-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "eed11d9e742d480bcd8f5da6cc1d3389", "sha256": "d80961d13f3e5345a78aa70a6419c77ca1704daaaaef248db318d87eba0ad46e" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.3.tar.gz", "has_sig": false, "md5_digest": "eed11d9e742d480bcd8f5da6cc1d3389", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5647, "upload_time": "2014-03-24T18:36:06", "url": "https://files.pythonhosted.org/packages/a4/96/35f5ba3311ee44b87eb3f9f3252fe1a8ce939229ace1d06a3a9e9b7f9e53/cmsplugin-forms-builder-0.1.3.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "5e30cfd32515730dd01cc2e7fa59097d", "sha256": "e3f2dfa3854de017cb0babe76aa068226e449484552e6e640b828bc4f99eb66f" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.5.tar.gz", "has_sig": false, "md5_digest": "5e30cfd32515730dd01cc2e7fa59097d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5274, "upload_time": "2014-04-04T18:32:16", "url": "https://files.pythonhosted.org/packages/f5/40/8e80b3af785e3412e47acc072ac7b8c9abf921a32b3d98a907e2e6f427be/cmsplugin-forms-builder-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "e898306bf24330e85e18afc8ba771e6f", "sha256": "7cee8a3f42b31f8262e7427040fde466a64cd9b101c660eeed5c1d929663416c" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.6.tar.gz", "has_sig": false, "md5_digest": "e898306bf24330e85e18afc8ba771e6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5243, "upload_time": "2014-04-10T16:10:28", "url": "https://files.pythonhosted.org/packages/bb/b2/ae615ea7ff959ccd48bd9378b6e66d248893f93fd9d6384345dc3ace087e/cmsplugin-forms-builder-0.1.6.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "dfe8ba90cb96929e39f2ec94af6c33e5", "sha256": "100eed5c2a58a536adb2877624759499cffb2a1a8837cda08d4d1067ed89eff2" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.8.tar.gz", "has_sig": false, "md5_digest": "dfe8ba90cb96929e39f2ec94af6c33e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5273, "upload_time": "2014-04-29T18:45:40", "url": "https://files.pythonhosted.org/packages/68/bb/1c6c21a10342079bca513884269c68711e54dcaab7ebaaad29ac5b417b26/cmsplugin-forms-builder-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "57816d72027f67f09e4f2b8798e547f8", "sha256": "525d3799728eff186fa65c661df922338a99b751aaff017ffaf8012bad6ccd97" }, "downloads": -1, "filename": "cmsplugin-forms-builder-0.1.9.tar.gz", "has_sig": false, "md5_digest": "57816d72027f67f09e4f2b8798e547f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5387, "upload_time": "2015-01-13T21:31:56", "url": "https://files.pythonhosted.org/packages/b7/fd/c1b6c36a7d52b20a5d5fb0bef8bac9bd9f1614802af2342bfcc15310f8cb/cmsplugin-forms-builder-0.1.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "bf03f94b292877bfb8a5b7f7bc7685f3", "sha256": "d6fc1eae15bf51280a954179b6a5774581a957a028b09e7bd33cf303b601fe39" }, "downloads": -1, "filename": "cmsplugin-forms-builder-1.0.0.tar.gz", "has_sig": false, "md5_digest": "bf03f94b292877bfb8a5b7f7bc7685f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5437, "upload_time": "2015-02-25T20:59:22", "url": "https://files.pythonhosted.org/packages/7a/6e/5116cbc07f1ca47c0586f94671f4fc63c27bda1828a055b109188c37b492/cmsplugin-forms-builder-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "eb80197329b72d5ddc4e462208555f67", "sha256": "583779df067a68e37b1837411567178afc11d30be6151a0a00e18b8d687826a2" }, "downloads": -1, "filename": "cmsplugin-forms-builder-1.0.1.tar.gz", "has_sig": false, "md5_digest": "eb80197329b72d5ddc4e462208555f67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5613, "upload_time": "2015-03-02T02:52:25", "url": "https://files.pythonhosted.org/packages/98/0b/3d2c7bc79f604330c0110028fa30cd4316de037a70e813d8c0424afb648a/cmsplugin-forms-builder-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9c2ce26f4d1ba144f1bdc38a5f7702ce", "sha256": "3095a1848d758a94adb331924929e456b97dae288b2d7432b44960866fbd4ef8" }, "downloads": -1, "filename": "cmsplugin-forms-builder-1.1.0.tar.gz", "has_sig": false, "md5_digest": "9c2ce26f4d1ba144f1bdc38a5f7702ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5645, "upload_time": "2016-09-08T20:33:50", "url": "https://files.pythonhosted.org/packages/b1/ba/7063c33904ced1355b911a2b34333d3cfcd53ab2d3549713589d3b43e0a6/cmsplugin-forms-builder-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "d6d5af797873bdb7a70aad0a72968533", "sha256": "662b144a2f034bd8ca16c15de67226e1c4d7a40ffc4e280806d46db763c38f7f" }, "downloads": -1, "filename": "cmsplugin-forms-builder-1.1.1.tar.gz", "has_sig": false, "md5_digest": "d6d5af797873bdb7a70aad0a72968533", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5546, "upload_time": "2018-03-29T16:14:57", "url": "https://files.pythonhosted.org/packages/f9/cf/1d074ebb912e50c4e0d8f3c6d4f25e107c14dbe6b855ca4b3b7f90822c1e/cmsplugin-forms-builder-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6d5af797873bdb7a70aad0a72968533", "sha256": "662b144a2f034bd8ca16c15de67226e1c4d7a40ffc4e280806d46db763c38f7f" }, "downloads": -1, "filename": "cmsplugin-forms-builder-1.1.1.tar.gz", "has_sig": false, "md5_digest": "d6d5af797873bdb7a70aad0a72968533", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5546, "upload_time": "2018-03-29T16:14:57", "url": "https://files.pythonhosted.org/packages/f9/cf/1d074ebb912e50c4e0d8f3c6d4f25e107c14dbe6b855ca4b3b7f90822c1e/cmsplugin-forms-builder-1.1.1.tar.gz" } ] }