Skip to content

Fix name attribute for review dialog subject field #301

@dhalarewich

Description

@dhalarewich

The subject field does not use the correct name attribute, and so isn't being passed to LemonStand when a review is submitted.

Relevant file: https://github.com/lemonstand/lscloud-theme-meyer/blob/master/partials/partial-review-dialog.htm

Relevant doc: https://docs.lemonstand.com/themes/display-product-reviews

Current input looks like:

<input ng-model="review.title" name="fields[title]" id="contact_subject" type="text" required>

The name attribute should look like: name="fields[subject]"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions