I have basically everything working as wanted to create an article from a form. My only issue being that a particle on the front page of my site needs to know the image in my article is the "intro image" and also the "alt" field content for that image (which is a consistent same value). I tried lots of ideas from forum posts but can't seem to make it work.
Presently the code I'm using is this:
{if $IMAGE}<img src="/{$IMAGE}" alt="{$IMAGE_ALT}">{/if}
But that doesn't seem to give the ALT value I want or have the particle on the front page recognized the added image as the intro image.
Can someone advise?
You can see it in action at:
a.leftheel.com