Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter YINONGWANG

    (@yinongwang)

    If input “first name”,”last name”,or “message” in chinese,unreadable codes(such as “%u53BB %u554A”) will show in backstage.

    You can just edit it in the /plugins/rsvp-me/themes/default/event.html and change the text in your HTML file. It worked for me!

    Thread Starter YINONGWANG

    (@yinongwang)

    have tested,but don’t work.
    <p>{:description}</p>
    <section class=”rsvp-me-event-meta”>
    <h3>{:venue_name}</h3>
    <p>{:address}
    {:city}, {:state} {:zip}</p>
    <p>
    日期: {:date}
    时间: {:time}
    </p>
    </section>

    <section class=”rsvp-me-event-form”>
    <h3>您会出席我们的婚礼吗?
    请您在下面回复下哈!</h3>
    <form id=”rsvp_form_{:id}” action=”” method=”” onsubmit=”return rsvpMe.submitRsvp({:id})”>
    <input type=”hidden” name=”rsvp_event_id” value=”{:id}”>
    <p>
    <label for=”fname”>姓名</label>
    <input class=”reqd” type=”text” name=”fname” />
    </p>
    <p>
    <label for=”lname”>电话</label>
    <input class=”reqd” type=”text” name=”lname” />
    </p>
    <p>
    <label for=”email”>邮箱</label>
    <input class=”reqd” type=”text” name=”email” />
    </p>
    <p>
    <input type=”radio” name=”response” value=”accepted”> 一定出席!
    <input type=”radio” name=”response” value=”maybe”> 可能出席。
    <input type=”radio” name=”response” value=”declined”>抱歉,不能出席呢。
    </p>
    <p>嘉宾留言

    <textarea id=”rsvp_msg” name=”msg”></textarea></p>

    <p><input type=”submit” name=”submit” value=”回复”></p>

    <div class=”rsvp_me_alert”></div>
    </form>
    </section>

    Plugin Author MicahBlu

    (@micahblu)

    Hey guys, I’m working on a new version which allows you to manage some of the labels from the admin, it may not allow everything to be translated however its a step in that direction.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to show "Respondent"& "message" by other languages’ is closed to new replies.