<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Two different Submit buttons on CiscoIPPhoneInput</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8518303" />
  <subtitle>Two different Submit buttons on CiscoIPPhoneInput</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8518303</id>
  <updated>2013-05-25T19:35:33Z</updated>
  <dc:date>2013-05-25T19:35:33Z</dc:date>
  <entry>
    <title>RE: Two different Submit buttons on CiscoIPPhoneInput</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8518511" />
    <author>
      <name>Sergei Gorbunov</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8518511</id>
    <updated>2012-11-13T08:03:13Z</updated>
    <published>2012-11-13T08:03:13Z</published>
    <summary type="html">I think this case cannot be implemented with CiscoIPPhoneInput.</summary>
    <dc:creator>Sergei Gorbunov</dc:creator>
    <dc:date>2012-11-13T08:03:13Z</dc:date>
  </entry>
  <entry>
    <title>Two different Submit buttons on CiscoIPPhoneInput</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8518302" />
    <author>
      <name>Miroslav Jasso</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8518302</id>
    <updated>2012-11-13T07:39:33Z</updated>
    <published>2012-11-13T07:39:33Z</published>
    <summary type="html">Hi everybody,
  I have a problem with CiscoIPPhoneInput XML tag. I need to post input values to the 2 url based on button you press. When you press button Save, then app post http://myserver/save.aspx?save=1 and when you press Save as, then it post to http://myserver/save.aspx?save=2.
Can anybody help me, please?
This is my code:
[code]
&lt;CiscoIPPhoneInput&gt;
    &lt;Title&gt;Save&lt;/Title&gt;
    &lt;Prompt&gt;Fill the form&lt;/Prompt&gt;
    &lt;URL&gt;&lt;%= serverProtocol + serverIP + scriptPath %&gt;&lt;/URL&gt;
    &lt;InputItem&gt;
        &lt;DisplayName&gt;1&lt;/DisplayName&gt;
        &lt;QueryStringParam&gt;line1&lt;/QueryStringParam&gt;
        &lt;DefaultValue&gt;&lt;%= line1 %&gt;&lt;/DefaultValue&gt;
        &lt;InputFlags&gt;A&lt;/InputFlags&gt;
    &lt;/InputItem&gt;
    &lt;InputItem&gt;
        &lt;DisplayName&gt;2&lt;/DisplayName&gt;
        &lt;QueryStringParam&gt;line2&lt;/QueryStringParam&gt;
        &lt;DefaultValue&gt;&lt;%= line2 %&gt;&lt;/DefaultValue&gt;
        &lt;InputFlags&gt;A&lt;/InputFlags&gt;
    &lt;/InputItem&gt;
    &lt;SoftKeyItem&gt;
        &lt;Name&gt;Save&lt;/Name&gt;
        &lt;URL&gt;QueryStringParam:save=1&lt;/URL&gt;
        &lt;Position&gt;1&lt;/Position&gt;
    &lt;/SoftKeyItem&gt;
    &lt;SoftKeyItem&gt;
        &lt;Name&gt;Save as&lt;/Name&gt;
        &lt;URL&gt;QueryStringParam:save=2&lt;/URL&gt;
        &lt;Position&gt;2&lt;/Position&gt;
    &lt;/SoftKeyItem&gt;
    &lt;SoftKeyItem&gt;
        &lt;Name&gt;&amp;lt;&amp;lt;&lt;/Name&gt;
        &lt;URL&gt;SoftKey:&amp;lt;&amp;lt;&lt;/URL&gt;
        &lt;Position&gt;3&lt;/Position&gt;
    &lt;/SoftKeyItem&gt;
    &lt;SoftKeyItem&gt;
        &lt;Name&gt;Exit&lt;/Name&gt;
        &lt;URL&gt;Init:Services&lt;/URL&gt;
        &lt;Position&gt;4&lt;/Position&gt;
    &lt;/SoftKeyItem&gt;
&lt;/CiscoIPPhoneInput&gt;
[/code]</summary>
    <dc:creator>Miroslav Jasso</dc:creator>
    <dc:date>2012-11-13T07:39:33Z</dc:date>
  </entry>
</feed>

