Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Graham Member
@Grayches · Joined 2 years ago · 19 posts · 4 topics · 0 reputation
Badges
Recent posts
-
Whats are the selectors called and how to find them? page.title etc
· 2 years ago
This worked along with |join(' ') tagged on the end. Its seeing it an array for some reason. Thanks for your help.
-
Whats are the selectors called and how to find them? page.title etc
· 2 years ago
I have read the docs and Im referencing them all the time. Still takes time to get your head around things and this answer is not there regardless. My initial question was just for the name of the var
-
Whats are the selectors called and how to find them? page.title etc
· 2 years ago
It was cutting out my code snippets, sorry, new to this... <meta name="description" content="foo."> I want "foo" returned on the page. I'll keep searching...
-
Whats are the selectors called and how to find them? page.title etc
· 2 years ago
Im after trying to get the content of <meta name="description" content="foo"> to show as the result. I see now that its set globally for the whole site, which I will have to sort. But is there a
-
Whats are the selectors called and how to find them? page.title etc
· 2 years ago
from the blueprints? The meta data is imported from metadata.html.twig? Ive searched the blueprints and no description...
-
Whats are the selectors called and how to find them? page.title etc
· 2 years ago
I had tried this previously, and page.meta.decription. The results pages both have descriptions but it is not being displayed. page.url works, just not the description.
-
Whats are the selectors called and how to find them? page.title etc
· 2 years ago
What is the name of selectors such as page.url, page.header.title, etc and how do I find a list of valid ones? (like a reference page - its hard to find when I dont know what they are called). I am tr
-
Form submission from email 'from' field taken from the form. Doesnt work for gmail
· 2 years ago
I should have thought of this, thank-you. I wondered how this can be the case as phpmailer on my current site works... it doesnt for googlemail com, I just tried it after your replay. Krystal hosting
-
Form submission from email 'from' field taken from the form. Doesnt work for gmail
· 2 years ago
Im trying to get what is input by the user as the 'from' field so when I receive the email I can simply reply. I have it working as below: email: from: '{{ form.value.email|e }}'