Skip to content
New issue

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

Use a popup code for subscribe form or pure js. #35

Open
rene-hermenau opened this issue Jul 1, 2016 · 0 comments
Open

Use a popup code for subscribe form or pure js. #35

rene-hermenau opened this issue Jul 1, 2016 · 0 comments

Comments

@rene-hermenau
Copy link
Contributor

The content of the subscribe button should be generated via js to prevent indexing from search engines

<script>

/*HTML Code hier in die Variable 'form' hinein */

var form = '<form>  First name:<br>  <input type="text" name="firstname"><br>  Last name:<br>
  <input type="text" name="lastname"></form>';

document.write(form);

</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant