We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I embedded the code for a form but it will not show once published.
The page is here... https://blog.timapple.com/newsletter
Here is the code:
<div id="revue-embed"> <form action="https://www.getrevue.co/profile/TimApple/add_subscriber" method="post" id="revue-form" name="revue-form" target="_blank"> <div class="revue-form-group"> <label for="member_email">Email address</label> <input class="revue-form-field" placeholder="Your email address..." type="email" name="member[email]" id="member_email"> </div> <div class="revue-form-group"> <label for="member_first_name">First name <span class="optional">(Optional)</span></label> <input class="revue-form-field" placeholder="First name... (Optional)" type="text" name="member[first_name]" id="member_first_name"> </div> <div class="revue-form-group"> <label for="member_last_name">Last name <span class="optional">(Optional)</span></label> <input class="revue-form-field" placeholder="Last name... (Optional)" type="text" name="member[last_name]" id="member_last_name"> </div> <div class="revue-form-actions"> <input type="submit" value="Subscribe" name="member[subscribe]" id="member_submit"> </div> <div class="revue-form-footer">By subscribing, you agree with Revue’s <a target="_blank" href="https://www.getrevue.co/terms">Terms of Service</a> and <a target="_blank" href="https://www.getrevue.co/privacy">Privacy Policy</a>.</div> </form> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I embedded the code for a form but it will not show once published.
The page is here... https://blog.timapple.com/newsletter
Here is the code:
The text was updated successfully, but these errors were encountered: