less than a minute read • Updated 5 days ago
Create a Foxy purchase form with JotForm
Use JotForm to visually create powerful Foxy purchase forms.
JotForm lets you visually build purchase forms that hand off to Foxy for cart and checkout. The form collects whatever the customer needs to configure, then redirects to a Foxy purchase link with those values filled in.
Example use cases
Donation form (view demo)
One-time and recurring donations, with options for designating where the donation goes, giving anonymously, or giving in honor or memory of someone.
T-shirt order form (view demo)
Customers choose size, color, and quantity, with price varying by size.
Bed and breakfast reservation (view demo)
Customers enter guest count and dates. JotForm's Form Calculation widget totals the cost and passes it to Foxy.
Appointment booking form (view demo)
Collects name, age, and preferred day and time.
Steps
These steps cover a general setup using a Foxy purchase link as the JotForm thank you URL. Add more fields and features as needed.
https://SUBDOMAIN.foxycart.com/cart?name=NAME&price=PRICE
Additional parameters
A Foxy purchase link needs at minimum a product name and price. Beyond that you can add any standard parameters, which also covers custom product options, plus discount parameters.
Dynamic parameter values
Parameter values can be static or pulled from the form submission. JotForm assigns each field a unique name (how to find field IDs and names). Wrap the field name in curly brackets in your thank you URL to populate the Foxy parameter:
https://myonlinestore.foxycart.com/cart?name=Shirt&price=24.99&Size={size}&Color={color}