Hi.
In Deliver Theme I can configure a contact page with modular template and form, and other modules inside.
This is the first lines of modular_alt.md in contact page:
---
title: Contacto
bg_img: blog-header3.jpg
body_classes: 'modular header-lite fullwidth'
onpage_menu: false
bg_color: '#B4B093'
form:
name: contact-form
action: /contacto
I’d like to configure the form provide by add-page-by-form plugin in the same way, but I can’t do it properly. Page format is wrong (margin and padding lost)
This is the first lines in modular_alt.md (in newpost page):
---
title: 'Add Blog Post'
body_classes: 'modular header-lite fullwidth'
visible: false
template: form
pageconfig:
parent: /blog
include_username: true
overwrite_mode: true
pagefrontmatter:
template: item
title: 'My new Blog post'
taxonomy:
category: blog
tag:
- journal
- guest
form:
name: add_page.blogpost
I’ve followed all steps in the plugin README in Github, but I don’t know what I have to change to do it work fine.
Thanks in advance for your suggestions