<div dir="ltr">Great, thanks, do you want PITS entries for issues raise on the email lists?</div><div class="gmail_extra"><br><div class="gmail_quote">On 10 July 2015 at 03:25, Petko Yotov <span dir="ltr"><<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have added it for the next version, you can get forms.php from subversion now.<br>
<br>
The current ways to add form attributes are:<br>
- define the whole $InputAttr array in config.php, OR<br>
- define a $PostConfig function to append attributes to that array:<br>
<br>
  $PostConfig['FormTarget'] = 100;<br>
  function FormTarget($pn) {<br>
    $GLOBALS['InputAttrs'][] = "target";<br>
  }<br>
<br>
You will not need this with the next version for the "target" attribute but we may try to find an easier way for admins to add allowed attributes.<br>
<br>
Petko<span class=""><br>
<br>
On 2015-07-09 06:32, Simon wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm trying to get the result of a form submission open in a new page,<br>
e.g.<br>
(:input form method="post" action="<br>
<a href="http://example.com/phonelist/index.cfm?call=search" rel="noreferrer" target="_blank">http://example.com/phonelist/index.cfm?call=search</a>" target="_blank":)<br>
</blockquote>
<br>
<br>
<br></span>
_______________________________________________<br>
pmwiki-devel mailing list<br>
<a href="mailto:pmwiki-devel@pmichaud.com" target="_blank">pmwiki-devel@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-devel" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>____<br><a href="http://kiwiwiki.nz" target="_blank"><font size="1">http://kiwiwiki.nz</font></a></div></div></div>
</div>