HTML (raw)

Allows you to insert custom HTML / CSS / JavaScript on your WordPress form

The HTML element is a powerful element which is compatible with the Tags system, allowing for complex WordPress form creations where entered data becomes available to your HTML element on the fly. You can use it to embed pages, or just for custom HTML coding.

The HTML element allows you to use foreach loops over dynamic column to print out or display a summary or just information to the user based on their selection/input.

You can also use if statements inside your HTML elements allowing you to display content inside your WordPress form conditionally based on the user selection/input.

Last updated