# formidable/6.24.1/classes/views/frm-forms/mb_insert_fields.php

Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes &amp; More, version 6.24.1. 12 lines.

- Page: https://pluginprobe.com/plugins/formidable/6.24.1/code/classes/views/frm-forms/mb_insert_fields.php
- Raw: https://pluginprobe.com/plugins/formidable/6.24.1/raw/classes/views/frm-forms/mb_insert_fields.php
- Modified: 2024-12-10T15:25:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/formidable/6.24.1/code/classes/views/frm-forms/mb_insert_fields.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
$data_attrs = array( 'data-contextual-shortcodes' => FrmAppHelper::maybe_json_encode( FrmShortcodeHelper::get_contextual_codes() ) );
?>
<div id="frm_adv_info" class="postbox frm-dropdown-menu" <?php FrmAppHelper::array_to_html_params( $data_attrs, true ); ?>>
	<div class="inside">
		<?php FrmFormsController::mb_tags_box( $id ); ?>
	</div>
</div>

```
