Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
allow to fill in the form fields with url params
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Yunenko committed Sep 15, 2020
1 parent 2e5028a commit 4c1266e
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 344 deletions.
1 change: 1 addition & 0 deletions aldryn_forms/contrib/email_notifications/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class EmailNotificationForm(FormPlugin):
(_('Advanced Settings'), {
'classes': ('collapse',),
'fields': (
'is_enable_autofill_from_url_params',
'form_template',
'error_message',
'success_message',
Expand Down
1 change: 0 additions & 1 deletion aldryn_forms/contrib/email_notifications/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@


class EmailNotificationFormPlugin(FormPlugin):

class Meta:
proxy = True

Expand Down
Loading

0 comments on commit 4c1266e

Please sign in to comment.