I’m trying to implement the template parameter via the following:
{exp:gallery_extended:entry_form gallery_name="Photos" template="photos/submit_message" override_resize="no" return="photos"}
If I attempt to upload without a photo I get an error stating:
Notice: Undefined index: 1 in /www/eh6627/public_html/eextreme/modules/gallery_extended/mod.gallery_extended.php on line 2168
Also, I do not receive any message on successful submission either. Here is the code in the template:
{if success}
<p>Your submission was successful!</p>
<p>{message}</p>
{/if}
{if failure}
<p>Oops, there was a problem with you submission. Please review the following message for details and try again.</p>
<p><strong>System Message:<br />{message}</p>
{/if}
Thanks for any suggestions.
