diff --git a/application/controllers/information.php b/application/controllers/information.php index 7ec3c042..74134625 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -709,7 +709,6 @@ class Information extends CI_Controller $info_page_form_content = $this->load->view($template_path . '-info-page-form', false, true); $information->ic_content = str_replace('', $info_page_form_content, $information->ic_content); } else { - $template = str_replace('', '', $template); $inquiry_form_template = $this->load->view($template_path . '-inquiry-form', array('meta_product_code' => $meta_product_code), true); $information->ic_content = str_replace('', $inquiry_form_template, $information->ic_content); @@ -1273,8 +1272,7 @@ class Information extends CI_Controller if (empty($meta_product_code)) { $addthis_widget = $this->load->view($template_path . '-add-this', false, true); $template = str_replace('', $addthis_widget, $template); - } else { - $template = str_replace('', '', $template); + } else { $inquiry_form_template = $this->load->view( $template_path . '-inquiry-form', array('meta_product_code' => $meta_product_code, 'information' => $information), diff --git a/application/views/mobile_first/ch-info-page-form.php b/application/views/mobile_first/ch-info-page-form.php index 024c543e..71e9c0ad 100644 --- a/application/views/mobile_first/ch-info-page-form.php +++ b/application/views/mobile_first/ch-info-page-form.php @@ -1,7 +1,7 @@

Start planning your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.

+ name="quick_inquiry_form" novalidate="">
@@ -586,35 +586,13 @@
- +
- - + \ No newline at end of file diff --git a/application/views/mobile_first/ch-inquiry-form.php b/application/views/mobile_first/ch-inquiry-form.php index de535c7c..962689cc 100644 --- a/application/views/mobile_first/ch-inquiry-form.php +++ b/application/views/mobile_first/ch-inquiry-form.php @@ -1,11 +1,7 @@
- - -

Start planning your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.

-
+ name="quick_inquiry_form" novalidate="">
@@ -591,7 +587,7 @@
-
@@ -603,5 +599,76 @@
Quickly inquire about this tour via our WeChat: chinahighlightstour
+ + + + \ No newline at end of file