carbon-fields icon indicating copy to clipboard operation
carbon-fields copied to clipboard

Get variable in Rich_text

Open filoor opened this issue 3 years ago • 1 comments

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>

filoor avatar Nov 22 '22 10:11 filoor

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.

HTMLBurger-NG avatar Feb 21 '23 09:02 HTMLBurger-NG