diff --git a/application/controllers/information.php b/application/controllers/information.php index d65b6b89..6f9e5607 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1297,6 +1297,9 @@ class Information extends CI_Controller // 水灯节表单 $lantern_form_content = $this->load->view($template_path . '-lantern-form', false, true); $information->ic_content = str_replace('', $lantern_form_content, $information->ic_content); + // 水灯节在信息页面表单 + $lantern_form_info_page_content = $this->load->view($template_path . '-lantern-form-info-page', false, true); + $information->ic_content = str_replace('', $lantern_form_info_page_content, $information->ic_content); // GP 表单 $gp_form_content = $this->load->view($template_path . '-gp-form', false, true); diff --git a/application/views/mobile_first/ah-lantern-form-info-page.php b/application/views/mobile_first/ah-lantern-form-info-page.php new file mode 100644 index 00000000..52de90de --- /dev/null +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -0,0 +1,766 @@ +
+ +

Get Your 2022 Chiang Mai CAD Lantern Mass Release + Tickets Here!

+
+

Select Date

+
+
+ + +
+
+ + +
+
+

Select Ticket Type

+
+
+ + +
+
+ + +
+
+ + +
+
+

Select Quantity

+
+ + Adults and older children (8+ years old) + +
+ + + +
+
+

Children under 8 years old enter free; 8-year-olds and above are charged the same as adults.

+
Total price: $170
+

Please provide correct personal information for your ticket + booking. Double + check.

+ + + + + + + + + + + + +

+ Having a phone number, especially with WhatsApp/iMessage capability will improve communication efficiency.

+

I prefer to be contacted via:

+ +
+ + +
+
+ + +
+
+ + +
+ + + + +
+
+ + \ No newline at end of file