Option

This element is an useful tool that enables you to output data stored in the WordPress wp_options table with ease. By simply entering the name of the option you want to display, you can incorporate dynamic data into your website quickly and without any coding knowledge.

One of the key features of the Option element is its ability to define a fallback value to be displayed in case the data you’re looking for isn’t available. This provides an added level of flexibility and ensures that your website remains functional and user-friendly even if the data you’re relying on is missing.

Element Settings

  • Option Name - The name of the option you want to display. This is the name of the option as it appears in the wp_options table.
  • Fallback Value - The value to be displayed in case the option you’re looking for isn’t available. This is useful if you want to display a default value in case the option you’re looking for is missing.

Note: Using Pro Forms and the Add Option or Update Option Form Action, you can easily save data to the wp_options table, allowing you to incorporate dynamic and custom data into your website. This data can be displayed using the Option element.