Please log in to sign up for a class.
(A version where the response is built into wordpress!)
I moved it from my class server and put it on a free server. You can see the code and everything here: https://glitch.com/edit/#!/bow-satisfying-bagpipe This makes everything public (since it’s free) so I made a dummy CSV file to keep peoples’ data safe. You can see the data.csv file there too to see what email addresses are valid. Here is a valid one you can test with: katies@q.com or you can use zelda@comcast.net You can get a paid version to keep the data safe. Or install a node.js server (the type of server I’m using) on a dedicated server space somewhere (also would need money).
On the wordpress side I installed the WP Code plugin and made an HTML code snippet for the form (where they enter their credentials):
<form action="https://bow-satisfying-bagpipe.glitch.me" method="get"> <label for="email">Email Address:</label> <input type="text" id="email" name="email"><br><br> <input type="submit" value="Submit"> </form>
If you set the snippet to ‘Shortcode’ it gives you a little short code you then can insert in your wordpress page and turns into the form on the website.