Message # 1 | 2:07 PM
I have a customer payment page that needs to be behind a login. Our plan(small business none of us are pros) is to try to embed the page, which is remotely hosted, in our website. I recently learned that I can auto-fill part of a form by adding to the url. The trick is that the URL has to take them to our website, not the embeded website that will need to be filled in.

The goal is for a customer to login after clicking a link that we sent them with their payment information and invoice number pre-filled so there is no chance that they could make an error while still meeting the security requirements.

Is there some code snippet I can add to the iFrame to have the embedded page look back to the original customer URL and fill it in?

All help is appriciated.