n this article, you will learn how to hide the payment method dropdown with custom CSS on 123FormBuilder.
The payment method appears automatically when you enable one payment processor.
Use the code only when you have one payment processor enabled. If you have multiple payment gateways enabled, form users will not be able to choose their preferred payment method.
That being said, access your form builder account, go to Design → Add custom CSS, and copy-paste the following code:
#form div[data-type=payments-selector] { display: none!important; }
That’s it! Now the payment method is no longer visible.
Here is a list of the most frequently asked questions. For more FAQs, please browse through the FAQs page.