diff --git a/application/controllers/information.php b/application/controllers/information.php index b23f609a..623824ff 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2301,6 +2301,15 @@ class Information extends CI_Controller ); $information->ic_content = str_replace('', $lantern_form_content, $information->ic_content); + // 水灯节2025表单 + $lantern_form_content_2025 = $this->load->view( + 'mobile_first/ah-lantern-form-2025', + array('information' => $information), + true + ); + $information->ic_content = str_replace('', $lantern_form_content_2025, $information->ic_content); + + // CAD 跨年表单 $new_year_countdown_form_content = $this->load->view( 'mobile_first/ah-new-year-countdown', diff --git a/application/views/mobile_first/ah-lantern-form-2025.php b/application/views/mobile_first/ah-lantern-form-2025.php new file mode 100644 index 00000000..f0593614 --- /dev/null +++ b/application/views/mobile_first/ah-lantern-form-2025.php @@ -0,0 +1,572 @@ + +
+

Chiang Mai CAD Yi Peng Festival 2024

+
+ +

Select Date:

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

Select a Ticket Type:

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

Select Ticket Quantity

+
+ + Adults and older children (8+ years old) + +
+ + + +
+
+
Total price: $129
+ +

Please provide correct personal info. Double check.

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

Once we receive your payment, our travel advisor will contact you within 24 hours and send you your e-ticket.

+
+
+ + \ No newline at end of file