Skip to content

Add wagtailforms v3 #78

Merged
merged 3 commits into from
Mar 8, 2020
Merged

Add wagtailforms v3 #78

merged 3 commits into from
Mar 8, 2020

Commits on Mar 8, 2020

  1. Add FormPage page type

    Add FormPage page type using [Wagtail Form Builder].
    
    [Wagtail Form Builder]: https://docs.wagtail.io/en/v2.0/reference/contrib/forms/index.html
    donald committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    2458820 View commit details
    Browse the repository at this point in the history
  2. Add model translation for FormPage

    Add model translations for the FormPage but not yet for the FormField model,
    which doesn't work well, because the field name are translated along
    with the label and different sets of data would be saved depending on
    the user languages and different sets of data would be retrieved by the
    vsc export depending on the admin language.
    donald committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    5dc3abb View commit details
    Browse the repository at this point in the history
  3. Add migration for FormPage

    Create file with
    
        ./manage.py makemigrations
    donald committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    d909f22 View commit details
    Browse the repository at this point in the history