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>