Hi,
I would like to be able to generate a payment link for online payment of our invoices that are generated by our local accounting software. Ideally I would like the form to be automatically populated from the URL, for example
www.website.com/index.php?option=com_pmf...ut=inline&form_id=1&organization="Some Company"&amount="150"
Is it possible to automatically complete values of the form such as Organization name and payment amount from the url?
Thanks.
Last edit: 8 years 11 months ago by Randall Anderson.
Yes, the above syntax is correct if you are using latest version of Payment Form. Just please note that you don't need double quote in the value, so just something like form_id=1&organization=Some Company&amount=150