]> _ Git - ccv-wordpress.git/commit
Form processing, refactoring and bug fixes. WIP #3445 @9
authorStephen Cameron <stephen@cubedesigners.com>
Thu, 30 Apr 2020 19:53:51 +0000 (21:53 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Thu, 30 Apr 2020 19:53:51 +0000 (21:53 +0200)
commitef6f0564e5dc5422243618347ea449946c93a8b8
treea0cc7e27565711e99172afe43de6aa9d457dbc07
parent700df5a4150238f9004c24927b14973a9de361e9
Form processing, refactoring and bug fixes. WIP #3445 @9
16 files changed:
wp-content/mu-plugins/cube/src/Elementor/Widgets/Form.php
wp-content/mu-plugins/cube/src/Forms/Base.php
wp-content/mu-plugins/cube/src/Forms/Contact.php [new file with mode: 0644]
wp-content/themes/CCV/index.php
wp-content/themes/CCV/resources/assets/scripts/forms.js [deleted file]
wp-content/themes/CCV/resources/assets/scripts/forms/form-loading-indicator.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/scripts/forms/forms.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/scripts/forms/parsley-setup.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/components/forms.styl
wp-content/themes/CCV/resources/views/forms/common/wrapper.blade.php
wp-content/themes/CCV/resources/views/forms/consultation.blade.php
wp-content/themes/CCV/resources/views/forms/contact.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/forms/training.blade.php
wp-content/themes/CCV/resources/views/layouts/app.blade.php
wp-content/themes/CCV/resources/views/partials/footer.blade.php
wp-content/themes/CCV/webpack.mix.js