User multiple paypal emails
-
Hi!
I am using this great plugin with advanced custom fields, so when a user creates a form, he can input the amount and subject of the payment.
I do it like this:$price = get_field('price'); $subject= get_field('subject'); echo do_shortcode("[qpp id=$subject amount=$price ]");
But, I would like to be able to input as well the email, so that any user could use their own email to be able to receive payments in their accounts.
Any ideas?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘User multiple paypal emails’ is closed to new replies.