I want to change the name of the sample submission form.


I want to change the name of the sample submission form.

Example
John Smith -> 山田太郎

The sample "John Smith" is uncomfortable for Japanese people.


Are there any plans to add the ability to change it?

tmp.jpg
(48.8 KB)

Hello,


So far we don't have options to change it in the setting.

If the John Smith name doesn't fit in Japanese, we could try manually change the name for you with a little script. Just let us what the name would be, and what would the initials would be.


You can reply here or email us at support@judge.me


Best,

Kien Tran

Thanks for the reply.

For example, if I want to change the name to "Taro Yamada", how do I do that?

Hello,


If you want to do it yourself, you can try insert this script in your theme product liquid file:


<script>

setTimeout( function() {

  $(".jdgm-form__reviewer-name-format-dropdown option:nth-child(1)").html("Taro Yamada")

}, 1000);

</script>


If you are not familiar with this, please let us know your shop domain and we will change it for you.


Best,

Kien Tran


2 people like this
Login or Signup to post a comment