Are there any specific PHP CMS platforms that offer drag and drop features for form and design building?

There are several PHP CMS platforms that offer drag and drop features for form and design building, such as WordPress with plugins like Elementor or Divi, Joomla with extensions like SP Page Builder, and Drupal with modules like Layout Builder. These tools allow users to easily create custom forms and designs by dragging and dropping elements onto the page.

// Example code using Elementor plugin for WordPress
<?php echo do_shortcode('[elementor id="1234"]'); ?>