]> _ Git - ccv-wordpress.git/commit
Form builder refactoring + bug fixes. WIP #3383 @12
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 4 May 2020 20:11:06 +0000 (22:11 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 4 May 2020 20:11:06 +0000 (22:11 +0200)
commit3c35f97bf1852ebfebfac1bda3fc9770aa24c8b4
tree12c60254f9b55c2e638be72b7c9bc2e45e422428
parentef6f0564e5dc5422243618347ea449946c93a8b8
Form builder refactoring + bug fixes. WIP #3383 @12
20 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/Builder/Field.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Binary.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Checkbox.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Date.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Email.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Multi.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Radio.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Select.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Text.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Fields/Textarea.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Builder/Form.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Forms/Consultation.php
wp-content/mu-plugins/cube/src/Forms/Contact.php
wp-content/mu-plugins/cube/src/Forms/Training.php
wp-content/themes/CCV/resources/assets/styles/components/forms.styl
wp-content/themes/CCV/resources/views/forms/consultation.blade.php
wp-content/themes/CCV/resources/views/forms/contact.blade.php
wp-content/themes/CCV/resources/views/forms/training.blade.php