Skip to content

Commit

Permalink
Merge pull request #271 from zirni/fix-typo-create-contact-form
Browse files Browse the repository at this point in the history
Fix typo in create contact form guide
  • Loading branch information
tvdeyen authored Jan 15, 2025
2 parents 24c68af + 14ec92f commit e4d4dee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions guides/how_to_create_a_contact_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ Describe a new Element with this options inside your `elements.yml` file:
~~~ yaml
- name: contactform
ingredients:
- rolw: mail_from
- role: mail_from
type: Text
validate:
- presence
- format: email
- rolw: mail_to
- role: mail_to
type: Text
validate:
- presence
- format: email
- rolw: subject
- role: subject
type: Text
validate:
- presence
- rolw: success_page
- role: success_page
type: Page
validate:
- presence
Expand Down
8 changes: 4 additions & 4 deletions guides/v6/how_to_create_a_contact_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ Describe a new Element with this options inside your `elements.yml` file:
~~~ yaml
- name: contactform
ingredients:
- rolw: mail_from
- role: mail_from
type: Text
validate:
- presence
- format: email
- rolw: mail_to
- role: mail_to
type: Text
validate:
- presence
- format: email
- rolw: subject
- role: subject
type: Text
validate:
- presence
- rolw: success_page
- role: success_page
type: Page
validate:
- presence
Expand Down

0 comments on commit e4d4dee

Please sign in to comment.