Hello,
Forms is accessed on the private IP address through port 80, but on the public IP address is accessed through a different port (8083). The URL works just fine. When someone saves the form as a draft, Forms sends an e-mail to that person with the URL to resume the form. However the url sent on the message does not include the port 8083, meaning, that person can´t open the correct URL and resume filling the form.
For instance, the URL of the form is http://server.com:8083/Forms/MyForm
But the URL sent on the e-mail is http://server.com/Forms/Form/Resume/1019/4731
How can I fix this?