@iansvo I dislike page builders because I have lived through the terror of doing a redesign on a Dreamweaver built site. I prefer components for entering and managing content separated from how they look and behave.
@iansvo A forms plugin that you can use any markup you want on the front end and the backend manages collecting submissions and providing actions to hook into to do stuff with those submissions
@iansvo HTML, CSS, PHP, JavaScript, and a sprinkle of MySQL
@0xADADA @iansvo @teeplates @Malarkey If a user sets their default font size in their browser settings to something other than 16px, rems/ems will scale appropriately. If you size everything in pixels nothing will change if the default font size changes. Zoom (cmd/control + or -) will still work as expected.