carbon-fields
carbon-fields copied to clipboard
Get variable in Rich_text
Hi,
I try to use variables in my Rich_text but it wont work
Field::make('rich_text', 'contact_plugin_message1', __('Bericht bevesteging klant'))
$werknemeremail = $_POST['werknemeremail'];
$message = get_plugin_options("contact_plugin_message1");
html code:
<h1>kjkjkj</h1>
<h2>{{{$field_waarde2}}}</h2>
Hi @filoor ,
Please provide us with more information about this issue because we couldn't reproduce it.
Also, please check the functions carbon_get_post_meta, and carbon_get_theme_option.