The Raw HTML Block in Form Builder allows users to insert custom HTML code directly into forms, providing advanced formatting and functionality beyond standard form elements. This feature enables departments to create highly customized forms that meet specific operational requirements while maintaining consistency within the Inspections, Permits, Invoicing and Fire Investigation modules.
The Raw HTML Block is an advanced form building feature that gives users complete control over form presentation and functionality. This block is particularly useful for departments that need to incorporate complex formatting, custom styling, embedded media, or specialized interactive elements that aren't available through standard form blocks. Common use cases include adding custom headers with department branding, creating specialized data input sections, embedding instructional videos, or incorporating third-party widgets that enhance the user experience.
To use the Raw HTML Block feature, users must have the following permissions:
Do's:
Don'ts:
Q: My HTML code isn't displaying correctly in the form. What should I check? A: Verify that your HTML is properly formatted with correctly closed tags, check for any conflicting CSS styles, and ensure you're using supported HTML elements within the form builder environment.
Q: Can I include JavaScript in my Raw HTML Block? A: This depends on your system's security settings. Contact your administrator to confirm whether JavaScript is permitted in Raw HTML blocks, as it may be restricted for security purposes.
Q: The Raw HTML option doesn't appear in my dropdown menu. Why? A: You may not have the required permissions to use advanced form elements. Contact your system administrator to verify your user permissions for form building features.
Q: How can I ensure my Raw HTML is mobile-responsive? A: Use responsive HTML techniques such as flexible layouts, relative units (percentages, em, rem), and media queries if supported. Test your forms on various devices before deployment.