]> _ Git - ccv-wordpress.git/commit
Form processing, email generation + Elementor widget. WIP #3445 @8
authorStephen Cameron <stephen@cubedesigners.com>
Tue, 28 Apr 2020 16:53:41 +0000 (18:53 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Tue, 28 Apr 2020 16:53:41 +0000 (18:53 +0200)
commit4f4474a7ec30f55b390ed2e9215e550f7cb1c013
tree60e7ac71120dcb88a6d174a10fc40c7d46ac5582
parent1526de0837dff54f9b247cc9aa4b3e6360aa292c
Form processing, email generation + Elementor widget. WIP #3445 @8
15 files changed:
wp-content/mu-plugins/cube/src/Elementor/Setup.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/Form.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Elementor/Widgets/_Base.php
wp-content/mu-plugins/cube/src/Forms/Base.php
wp-content/mu-plugins/cube/src/Forms/Consultation.php
wp-content/mu-plugins/cube/src/Forms/Training.php
wp-content/mu-plugins/cube/src/Init.php
wp-content/mu-plugins/cube/src/Shortcodes/CCVForm.php [deleted file]
wp-content/themes/CCV/app/Composers/FormEmail.php [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/common/mixins.styl
wp-content/themes/CCV/resources/assets/styles/components/forms.styl
wp-content/themes/CCV/resources/views/forms/common/email.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/forms/common/wrapper.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/forms/consultation.blade.php
wp-content/themes/CCV/resources/views/forms/wrapper.blade.php [deleted file]