I'm working on a sort of "login" screen for an app I'm creating, and I'm stumped on how to do this.
The login consists of a name and email field, which sends the information by POST to my email marketing company.
I tried having them send the user to confirm.htm, however, since that's not a full URL, my email company's website tosses an error saying exactly that.
Is there a URL I can have it send the user to that will bring them back into the application's files?
Maybe like air:// or something?
Thanks for the help!