Support

Account

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

  • Thanks Mike for the link. I am trying to install this directly into my theme. I have the folder in my theme folder and have pointed to the correct path. I am using this in the functions.php:

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

    That is the right directory. I get no errors but the PayPal option does not show up when selecting a field type. Any ideas?