Support

Account

Home Forums Front-end Issues Front End Form PayPal Reply To: Front End Form PayPal

  • @caputodesignz

    try pointing to the v4 file instead. LMK if it works.

    
    add_action('acf/register_fields', 'my_register_fields');
    
    function my_register_fields()
    {
    	include_once('add-ons/acf-paypal-field-master/paypal_item-v4.php');
    }