Skip to content

Commit bad0a27

Browse files
Update "add class or id to form" snippet
1 parent d3eead0 commit bad0a27

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)