Hi guys,
I was only introduced to ModX last week and must say I’m impressed with the flexibility.
I have converted my template already, and have constructed a dynamic menu with Wayfinder.
Now, in my content section I need a flexible tool for adding new items.
I have been googling the issue without much luck, perhaps using the wrong words.
So to explain what I need, I’m just going to post an example of the HTML I need automated:
<article>
<header>
<h3>Streetname 42</h3>
</header>
<img src="http://link" />
<div class="flatinfo">
<h4>Location</h4>
<ul class="list-style-none">
<li>Area: Some place</li>
<li>City: Some city</li>
<li>Postbus: 9999</li>
</ul>
</div>
<div class="flatinfo">
<h4>Pricelist</h4>
<ul>
<li>750</li>
<li>750</li>
<li>450</li>
</ul>
</div>
<div class="moreinfo">
<a href="#">More Information ></a>
</div>
<hr />
</article>
So, essentially I just need a tool (or solution) that enables the user of the website I am creating to go to a form, fill out the variable fields and hit enter, then publish the site and this will show on the frontend neatly.
I hope this explains in detail what I need to do - if you have any questions, please do ask.
I appreciate your help!