Additional fields in the Site Reviews form
-
Hi,
I found these Plugin and it’s almost perfect. I just need to add some additional fields to the form. I Found these code, and it’s work, but its only for textarea: https://pastebin.com/4fvKErcp. I tried to change ‘type’ => ‘textarea’ for different field types (text_date, text_email etc.) but it didn’t work ??
I know well HTML and CSS, but not javascript and PHP. I use Beaver Builder.
I tried out many reviews plugin, but Site Reviews is so far the best for me – it would be perfect if there was a simple way to build the form.I need the form to look like this:
1. Your overall rating —> it already exists by default
2. Your Name —> it already exists by default
3. Your Email
4. Date (date-picker)
5. Choose type (select with 2 options)
6. Duration (input type=”text”)
7. Description 1 (textarea)
8. Description 2 (textarea)
9. Description 3 (textarea)And I need to wrap them in HTML code, possible rearrange them (fields):
<div class=”row”>
<div class=”col-12 col-xl-6″>
Fields 1-3
</div>
<div class=”col-12 col-xl-6″>
Fields 4-6
</div>
</div>
<div class=”row”>
<div class=”col-xl-12″>
Fields 7-9
</div>
</div>Can you please help me with it?
- The topic ‘Additional fields in the Site Reviews form’ is closed to new replies.