Skip to content

Commit

Permalink
Update readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
snokamedia committed Dec 31, 2022
1 parent 33de3af commit 9f32f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To specify the French form with an iframe height of 775px, you would use the fol
```
[chform id=12345 language=fr height=775px]
```
To specify the modal form with an iframe height of 735px, max-width of 500px, speed of 125 milliseconds , with the button text 'Donate' you would use the following attributes:
To specify the modal form with an iframe height of 735px, max-width of 500px, speed of 125 milliseconds, with the button text 'Donate' you would use the following attributes:

```
[chform id=12345 height=735px max-width=500px modal=true speed=125 button-text='Donate']
Expand Down
5 changes: 3 additions & 2 deletions chform-shortcode/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A plugin that adds a shortcode to embed CanadaHelps donation forms on your WordP
- Customize the form's height and maximum width.
- Display the form in a modal window or as a regular embedded form.
- Pre-fill the form with a donation amount and frequency using URL parameters.
- Set the speed of the open/close animation.

== Installation ==
1. Download and unzip the plugin
Expand All @@ -38,9 +39,9 @@ To specify the French form with an iframe height of 775px, you would use the fol

[chform id=12345 language=fr height=775px]

To specify the modal form with an iframe height of 735px, max-width of 500px, with the button text 'Donate' you would use the following attributes:
To specify the modal form with an iframe height of 735px, max-width of 500px, speed of 125 milliseconds, with the button text 'Donate' you would use the following attributes:

[chform id=12345 height=735px max-width=500px modal=true button-text='Donate']
[chform id=12345 height=735px max-width=500px modal=true speed=125 button-text='Donate']

== URL Parameters ==

Expand Down

0 comments on commit 9f32f66

Please sign in to comment.