Viewing 4 replies - 1 through 4 (of 4 total)
  • I had the same ‘issue’ and did a bypass by inserting an extra textfield. It works fine if you don’t need all the stuff a textarea comes with (tinymce …). Just add a custom CSS class to your response textfield and you can style it the way you want.

    good luck

    * remember: there is no notification to the customer when you ‘ll comment the post.

    Thread Starter steamn

    (@steamn)

    @st3phan5 good idea! it works just great, thank you!

    Thread Starter steamn

    (@steamn)

    @st3phan5 I hide textfield from form with display none, is it possible to not add it to the form at all?

    • This reply was modified 4 years, 11 months ago by steamn.

    Hi,
    of course you can/must do it 😉 …

    I did it with CSS:

    .strong-form .form-field.field-kommentar {
        display: none;
    }

    kommentar is the name/slug of the field. You also have to disable the label displayed on your frontend.

    good luck again 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reply to testimonial’ is closed to new replies.