I am trying to dynamically change the href URL based on inputs using amp-bind. This post says that you can set href using double curly braces but it is not passing the validator.
Templates in AMP4EMAIL are more constrained. You can have a dynamic href but the entire attribute value must be replaced:
I am trying to dynamically change the href URL based on inputs using amp-bind. This post says that you can set href using double curly braces but it is not passing the validator.
Templates in AMP4EMAIL are more constrained. You can have a dynamic
href
but the entire attribute value must be replaced:Hope that helps!
Originally posted by @dreamofabear in https://github.com/ampproject/amphtml/issues/19741#issuecomment-445994469