Removing Paypal from ONE Order Form

we use this order form: https://dn244.infusionsoft.app/app/orderForms/To-Update-Customer-Credit-Card-Information for customers to update their credit card for reoccuring payments. When they click “pay with Credit card”, down at the bottom there is an option where they enter their card information that says “pay with paypal instead”. We would like to only have the credit card option appear on this specific order form because it’s for customers with reoccuring payments.

Looks like you found some javascript to do the trick!

<script>document.getElementById("checkoutWithPayPalLink").style.visibility="hidden";</script>