Browse Source

multijoueur webform confirmation page

bach 2 years ago
parent
commit
e8a8c43a29

+ 2 - 0
config/sync/language/en/webform.webform.multi_joueur.yml

@@ -1 +1,3 @@
 elements: "address:\n  '#default_value':\n    additional_name: ''\n    dependent_locality: ''\n    administrative_area: ''\nvat_number:\n  '#title': 'VAT number'\n  '#description': 'Intra-community VAT number (to be completed only for professionals outside France)'\nphone:\n  '#title': Phone\ncollaborateur:\n  '#title': Collaborators\nactions:\n  '#submit__label': 'Ask for a quote'\n"
+settings:
+  confirmation_message: "Your quote request has been registered, we are already drafting it and will send it to you by email very quickly.<br />\r\n<br />\r\n<a href=\"/\">back to materiO'</a>"

File diff suppressed because it is too large
+ 0 - 0
config/sync/webform.webform.multi_joueur.yml


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


File diff suppressed because it is too large
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 2 - 1
web/themes/custom/materiotheme/assets/scripts/main.js

@@ -103,7 +103,8 @@ export let _v_sitebranding_block, _v_user_block, _v_header_menu,
       if (drupalDecoupled.route_name.indexOf('commerce') !== -1 ||
           drupalDecoupled.route_name.indexOf('flagging_collection') !== -1 ||
           drupalDecoupled.route_name.indexOf('user') !== -1 ||
-          drupalDecoupled.route_name.indexOf('entity.webform.canonical') !== -1) {
+          drupalDecoupled.route_name.indexOf('entity.webform.canonical') !== -1 ||
+          drupalDecoupled.route_name.indexOf('entity.webform.confirmation') !== -1) {
         console.debug('NO VUEJS')
         return true
       } else {

Some files were not shown because too many files changed in this diff