• Add a link field to a content type say Page
  • uncheck Validate URL in the field settings
  • add an instance of the link field to Page content type
  • add a Page
  • in the link field
    • put some Title
    • in the URL text box put an internal hash #go-to-here

the link field is created, but the hash is encoded as %23 resulting in link being 404 instead of in page nav.

Can we make in page anchors possible with link?

Reference: http://www.w3.org/TR/html401/struct/links.html

GitHub Issue #: 
1308