Hi,
I am totally new to grav.
I’m trying to display a form within a modal, so, something like this:
---
title: Portfolio
menu: portfolio
portfolios:
- title: Home
<Insert form1 here>
subtitle:
layout: default
modalid: 1
date: 2014-07-18
img: blah.jpg
thumbnail: blah.jpg
alt: image-alt
projectdate: April 2014
client: Start Bootstrap
category: test text
description: test text
- title: Auto
<insert form2 here>
subtitle:
layout: default
modalid: 2
date: 2014-07-17
img: test2.jpg
thumbnail: test2.jpg
alt: image-alt
projectdate: April 2014
client: Start Bootstrap
category: test2
description: testtext 2
How could I do this?