Skip to content

Commit 4b0b800

Browse files
authored
Merge pull request #1 from johnny-vikrant/master
Update "add class or id to form" snippet
2 parents d3eead0 + bad0a27 commit 4b0b800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This is a list of useful Shopify Snippets that I often reference while developin
8585

8686
## Add Class or Id to Form
8787
```html
88-
{% form 'form_name', class: 'custom-class-name' %}
88+
{% form 'form_name', class: 'custom-class-name', id: 'custom-id-name' %}
8989
```
9090

9191

0 commit comments

Comments
 (0)