Custom fields - PHP class to process data?
I have created a custom field to display a payment button from Braintree using their drop-in UI inside an AlpineJS component. To use threeDSecure I have to create a payment token on the server and pass that to the component.
Where do I put this code? Do I create a class extending the DynamicComponent and are there any requirements for it? Can’t see anything in the docs.
My field:
Thanks
0 Replies