Feedback form

To display the rating, specify the html code:

<span class="rating" data-name="rating"></span>

Name field: 

<input type="text" name="review[name]">

Email field: 

<input type="email" name="review[email]">

Required field: 

<input type="hidden" name="review[pid]" value="{id}">

To display the file attachment field: 

<input type="file" name="review_files[]" multiple>

To display the review comment input field: 

name="review[comment]"

Add the attribute to the button: 

data-a="Review"
Loading...