Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Instert a simple contact
· 11 years ago
@obeliksz Glad you sorted it out! :-D And you are right. Deleting the spaces in front of --- has to be done otherwise you get a YAML error. I added them here to fool the Muut forum editor to do not in
-
Instert a simple contact
· 11 years ago
I had problems with yaml formatting... copying from Sommerregen and removing spaces from the line beginnings got it fixed. Thank you.
-
Instert a simple contact
· 11 years ago
I got this Screen Shot 2015-10-28 at 17 so make sure you add --- at the beginning and at the end of the page you had. Take a look at other skeletons if you need, to see the differences in your page a
-
Instert a simple contact
· 11 years ago
after editing it as you wrote, the plaintext version of form.md is no longer shown... but nothing shows up, no content, only the header and footer.
-
Instert a simple contact
· 11 years ago
@obeliksz Do you mean? ---yaml title: Contact Form form: name: contact fields: - name: name label: Name placeholder: Enter your name autofocus: on
-
Instert a simple contact
· 11 years ago
Added --- as first line and another after name still the same result when loading the page (caching disabled)
-
Instert a simple contact
· 11 years ago
Got it! The YAML frontmatter (where you define form and its parameters) must be between --- delimiters. I cannot paste them here as this forum interprets those, but add them before and after all the p
-
Instert a simple contact
· 11 years ago
PM me (on Gitter) you user/ folder zipped, so I can see directly the whole setup of pages & theme
-
Instert a simple contact
· 11 years ago
copy&paste from the documentation: title: Contact form: name: contact fields: - name: name label: Name placeholder: Enter your name autofocus: on autocomplete: on
-
Instert a simple contact
· 11 years ago
and what's the content of the file?