How to make payment button using only HTML | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to make payment button using only HTML

I want to add a payment button that redirect to the payment app. Please can someone knows that how to make such button. I can only use HTML as i am using wordpress app to build my website. It only support HTML.

2nd May 2021, 7:37 PM
Itz Danish
Itz Danish - avatar
1 Respuesta
0
To redirect to another page. You can use an <a/> tag or a <form /> tag.
2nd May 2021, 7:45 PM
Daniel Briceño
Daniel Briceño - avatar