Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Oona O'Neil Member
@OonaONeil · Joined 9 years ago · 43 posts · 14 topics · 5 reputation
Badges
Recent posts
-
How to access spacer in a blueprint?
· 9 years ago
I've found information about the advanced blueprint features, but it doesn't seem to work for me. Am I using it in a correct way? title: Contact extends@: default form: fields: tabs: type:
-
How to access spacer in a blueprint?
· 9 years ago
I'm trying to access a spacer text in a blueprint, but no success so far. Here's my .md file: forms: contact_form: name: contact template: form-messages action: /home
-
Two forms on modular page - how?
· 9 years ago
I've actually didn't have to remove the loop. Just inspected the classes and changed css.
-
Blueprint for lightslider - possible?
· 9 years ago
Haven't found a solution for a lightslider so far. Succeeded with a slick-carousel.
-
How to disable chrome validation?
· 9 years ago
I've actually found out you can add 'novalidate' to input fields, like this: fields: - name: name placeholder: Name type: te
-
Creating a blueprint for a front-end form
· 9 years ago
Indeed it was a matter of renaming the file to 'newsletter_form.yaml'. Should have checked before posting here. Sorry for taking your time, but maybe it will be useful for someone.
-
Creating a blueprint for a front-end form
· 9 years ago
Does creating a blueprint for a front-end form (made with the Form plugin) differ from creating other blueprints? So far all my blueprints have been working fine, but now need to create two for forms
-
Text and button aligned with a two-column form
· 9 years ago
I need an info and a button aligned with a two column form. I've added the text as a spacer, but not sure what to do next - is there a way to wrap a spacer and a button into a two column layout? form
-
How to disable chrome validation?
· 9 years ago
How to disable chrome validation? I've always used 'novalidate' attribute, but where do you add it in the frontmatter? Here's the structure I have atm: forms: contact_form: name: contact
-
How to stop form submit from refreshing to the top of the page (modular)?
· 9 years ago
Thanks, I'll try it out and let you know how it goes.