Hello,
I'm using Canvas as a template for UI, written by JSP and the server is Tomcat 9.0.69. I tried the JavaBridge for php and it works. The contact jsp has a form with action:
<form class="mb-0" id="template-contactform" name="template-contactform"
action="resources/include/smtpform.php" method="post">
upan submitting the
<button name="submit" type="submit" id="submit-button" tabindex="5" value="Submit"
class="button button-3d m-0">Message
</button>
It hangs. Any suggestions? I'm using Intellij professional as IDE. I can switch to Java, on the other hand there are so many ready php scripts so this would be advantageous. Thank You. Ahmet
