I am trying to find a simple subscription form in straight HTML with no JavaScript. I am using Joomla with SP Page Builder. Apparently SP Page Builder blocks all JavaScript that is not within their code. So generating a subscription form from my account does not work becuase it is mainly JavaScript and not an actual html form.
Can anyone help with a straight html form? Like below
<form method="POST" action="https://www.SOMEWHERE-AT-CONSTANT-CONATCT">
<p><input type="text" name="email" size="20"></p>
<p><input type="submit" value="Subscribe" name="submit"></p>
</form>
Hello @AndyW1507 ,
Thank you for reaching out about a signup form option that doesn't use JavaScript. This isn't currently something that we offer but I'm more than happy to submit that as a suggestion to our developers! In the meantime, you may want to reach out to Joomla or another 3rd party signup tool to see what other options you have for implementing a signup form on your website.