Adding a custom field issue
-
I followed your excellent instruction on adding a custom field.
Company Name
in functions.php$config['company'] = [ 'label' => __('Company Name', 'your_theme_domain'), 'placeholder' => __('Company Name', 'your_theme_domain'), 'required' => true, 'type' => 'text', ];It appears nicely on the review form, what does not happen is that when I approve the review I see this.
In the name field is the name I input then next to it is the custom field placeholder I created so.
“This is my name {{ company }}”
it’s in the add filter for the correct sort / postioning order. It just won’t appear on the review.
I have obviously missed something simple but cannot see what.
Can you suggest anything?
Thanks, R.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Adding a custom field issue’ is closed to new replies.
