{% load static%} 2020 CUTE BABY PHOTOGENIC ONLINE CONTEST | The Store
   
{% csrf_token %}

Online Contest Form

Participants Particulars / Butiran Diri Peserta / 参赛者个人资料

{% for message in messages %}
× {{ message|safe }}
{% endfor %}
Name / Nama / 姓名
{{ form.participant_name }}
Gender / Jantina / 性别
{{ form.participant_gender }} {% if form.participant_gender.errors %}
× {{ form.participant_gender.errors.as_text }}
{% endif %}
Date of Birth / Tarikh Lahir / 出生日期
{{ form.date_of_birth }}
Mykid No. / No. MyKid / 身份证号码
{{ form.participant_id_no }}

Parent's / Guardian's Particulars / Butiran Ibubapa / Penjaga / 父母 / 监护人个人资料

Name / Nama / 姓名
{{ form.parent_name }}
MyKad No. / No. MyKad / 身份证号码
{{ form.parent_id_no }}
Relationship / Hubungan / 关系
{{ form.relationship }} {% if form.relationship.errors %}
× {{ form.relationship.errors.as_text }}
{% endif %}
Address (line 1) / Alamat / 地址
{{ form.address_1 }}
Address (line 2) / Alamat / 地址
{{ form.address_2 }}
Town / Bandar / 城市
{{ form.town }}
Postcode/ Poskod / 邮政编号
{{ form.poscode }}
State / Negeri / 州属
{{ form.state }} {% if form.state.errors %}
× {{ form.state.errors.as_text }}
{% endif %}
Mobile No. / No. Telefon Bimbit / 手机号码
{{ form.mobile_no }}
Alternative Contact No. / No. Telefon Bimbit / 手机号码
{{ form.alt_mobile_no }}
Email / E-mel / 电邮
{{ form.email }} {% if form.email.errors %}
× {{ form.email.errors.as_text }}
{% endif %}
Purchase outlet / Pembelian di cawangan / 购物分行
{{ form.purchase_outlet }} {% if form.purchase_outlet.errors %}
× {{ form.purchase_outlet.errors.as_text }}
{% endif %}