Website Building » Wix » How Do I Create a Payment Form on Wix?

How Do I Create a Payment Form on Wix?

Last updated on January 9, 2023 @ 9:49 pm

There are many ways to create a payment form on Wix. You can use Wix’s built-in form builder, or you can use a third-party form builder. You can also use HTML to style your payment form.

If you want to use Wix’s built-in form builder, you can find it in the “Add” menu. To add a third-party form builder, you’ll need to install an app from the Wix App Market. Once you’ve installed the app, you can add your payment form to your site.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

To style your payment form using HTML, you’ll need to add the following code to your site:

<form>
  First Name: <input name="firstname" type="text" />
  Last Name: <input name="lastname" type="text" />
  Email: <input name="email" type="text" />

<b>Payment Method:</b>
  <input name="payment" type="radio" value="Credit Card" /> Credit Card
  <input name="payment" type="radio" value="PayPal" /> PayPal
  <input type="submit" value="Submit" />
</form>
PRO TIP: Make sure to set up Wix Payments before creating a payment form, as this is necessary to enable online payments.
Kathy McFarland

Kathy McFarland

Devops woman in trade, tech explorer and problem navigator.