• Resolved aditon

    (@aditon)


    Hi all!
    How can I add my custom fields to notification template general settings?
    My registered fields:
    add_filter(‘site-reviews/submission-form/order’, function ($order) {
    return [
    ‘custom_quality’,
    ‘custom_disadvantages’,
    ‘custom_email’,
    ];
    });

    Thank you in advance =)

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom fields to Notification Template’ is closed to new replies.