Using chronoforms 6 I can't get forms to submit on my production server because after clicking submit it's adding the backend port to the url.
How do I get it to not add that 32773 to the end of my domain name?
So it's doing...
How do I get it to not add that 32773 to the end of my domain name?
So it's doing...
form action="https://myurl.com:32773/index.php?option=com_chronoforms6&chronoform=formt&event=submit"
This topic is locked and no more replies can be posted.