Which fields can I pre-populate on the form, if redirecting my visitor from another location?
You can pre-populate any field through passing following parameters in the URL : ?amount=X – amount field, where X is the price of service/product
?item_description=X – description field ?fname=X – first name field ?lname=X – last name field ?email=X – email field ?address=X – address field ?city=X – city field ?country=X – country field ?state=X – state/province field ?zip=X – zip code / postal code field ?service=X – where X is service ID from config.php
to pass multiple parameters at once use following structurehttps://yourdomain.com/path_to_terminal/index.php?amount=20&ite_description=Payment&fname=John&lname=Doe&email=john@doe.com