InstaPayments
  • Welcome to InstaPayments FAQs
  • Taking Payments
  • Branding My Account
  • Forms
    • Form Types
    • Pre-populating Forms
    • Donation Forms
    • One Time Charge Forms
    • Flexible Quantity Forms
    • Multiple Plans Selection
  • Form Features
    • Anchor Dates
    • Custom Fields
    • Setup Fees
    • Installment Payments
    • Taxes
  • User Portal Features
    • Setting Up Your User Portal
    • Single Sign On
  • Notifications
    • Creating a Notification
  • Getting Started
    • Taking Payments
  • Integrations
    • Hubspot
Powered by GitBook
On this page

Was this helpful?

  1. Forms

Pre-populating Forms

Pass in values to your forms with a query string.

You can pass values to our forms via a query string. Here is a list of fields you can pre-populate.

Field Name

Field Handle

First Name

first_name

Last Name

last_name

Email

email

Address

address

City

city

State

state

Postal Code or Zip

postal_code

Country

country

Passing in the Values

Values are passed in as a query string. Query strings are added to a URL by putting a "?" after the main URL, then the name of the query param, an "=", then the value. Any query params after that are separated by an "&" See below for an example.

https://forms.instapayments.io/signup/xxxxx?first_name=Brit&last_name=Gwaltney
PreviousForm TypesNextDonation Forms

Last updated 5 years ago

Was this helpful?