Skip to content

Commit

Permalink
Fixed: Form ID not passing
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Jun 15, 2022
1 parent 6312e03 commit cd0dd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_components/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% set baseOptions = baseOptions|merge(options) %}
{% endif %}

<div x-data="form" x-init="dynamicForm('{{ handle }}', '{{ formId }}')">
<div x-data="form" x-init="dynamicForm('{{ handle }}', '{{ id }}')">

{% set form = craft.freeform.form(
handle,
Expand Down

0 comments on commit cd0dd1d

Please sign in to comment.