<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-10-06 10:13 GMT-05:00 Andrew Beverley <span dir="ltr"><<a href="mailto:andy@andybev.com" target="_blank">andy@andybev.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, 2015-10-06 at 09:46 -0500, Richard Reina wrote:<br>
> > If I've understood correctly, then I'd just have the one form, and<br>
> > use different submit button names.<br>
> ><br>
><br>
</span><span class="">> The only thing with the approach of two submit buttons is that the<br>
> second submit button triggers the required fields that are meant for<br>
> the first submit button and thus don't allow the submission. Would you<br>
> happen to know a way around this?<br>
<br>
</span>Surely that doesn't matter and you can just ignore those fields?<br>
<br>
    if (param 'submit1')<br>
    {<br>
        my $value1 = param 'value1';<br>
    }<br>
    elsif (param 'submit2') {<br>
        ...<br>
        # process second submission<br>
<div class="HOEnZb"><div class="h5">    }<br>
<br></div></div></blockquote></div><br></div><div class="gmail_extra">Andy, <br><br></div><div class="gmail_extra">Thanks for the help. I think just for my one quirky reasons I am going to use two forms in the template. Hope that an okay way to do it. Let me know if you think it could be problematic.<br><br></div><div class="gmail_extra">Thanks again.<br></div></div>