<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Looking to change my form action from the default (.php) to .asp (or other extensions)</title>
    <link>https://forums.adobe.com/community/muse?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 17 Oct 2014 01:53:16 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-17T01:53:16Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Looking to change my form action from the default (.php) to .asp (or other extensions)</title>
      <link>https://forums.adobe.com/message/6838337?tstart=0#6838337</link>
      <description>&lt;!-- [DocumentBodyStart:4a0d7a49-bbc3-449c-bb49-e393ff144026] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Hi Konrad,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Yes, you can use custom action url and replace the one that is generated via Muse. When you generate the html via Muse, it exports all the php files to which the forms submits to. So, you can take a look on how the data is being handled and know how you need to do the same with your custom asp script.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;The name attribute is used to pass on the variables to the script running at the server. Id is used for the client side JS and CSS.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Changing just the action url will not do it. You will need to first know how the Muse scripts are handling the data and then try to achieve the same with your custom script.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;Note - If you alter the Muse generated html then when you publish from Muse the next time, it will overwrite your changes. So, you will need to make those changes after every export.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;- &lt;strong&gt;Abhishek Maurya&lt;/strong&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4a0d7a49-bbc3-449c-bb49-e393ff144026] --&gt;&lt;img src='/beacon?t=1415905396329' /&gt;</description>
      <pubDate>Fri, 17 Oct 2014 01:53:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6838337?tstart=0#6838337</guid>
      <dc:date>2014-10-17T01:53:16Z</dc:date>
      <clearspace:dateToText>3 weeks 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Looking to change my form action from the default (.php) to .asp (or other extensions)</title>
      <link>https://forums.adobe.com/message/6838060?tstart=0#6838060</link>
      <description>&lt;!-- [DocumentBodyStart:568c31eb-186a-40fa-b007-e6a4497a4dde] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you.&amp;nbsp; I understand how to use forms, but can I do this using a custom action, and not the actions provided aka something.asp, instead of custom123213.php?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Again, as I said I am the middle man in this, is there something in Muse that I can make custom form actions or what?&amp;nbsp; What exactly do I need to do to create the form to redirect to an asp page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for your time..&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;EDIT:&amp;nbsp; From what it seems like I just need to name the variables the same in both places?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;What exactly is needed to get this working?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;EDIT2:&amp;nbsp; I noticed there is a bunch of special PHP form pages like Form_Check, seems like this is very embedded and it's sad that we cannot use custom actions and such.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:568c31eb-186a-40fa-b007-e6a4497a4dde] --&gt;</description>
      <pubDate>Fri, 17 Oct 2014 00:34:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6838060?tstart=0#6838060</guid>
      <dc:date>2014-10-17T00:34:35Z</dc:date>
      <clearspace:dateToText>3 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Looking to change my form action from the default (.php) to .asp (or other extensions)</title>
      <link>https://forums.adobe.com/message/6838085?tstart=0#6838085</link>
      <description>&lt;!-- [DocumentBodyStart:4adbfae4-b653-49f2-9002-f60b2f58a297] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Konrad,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the web forms are submitted, the information in the fields are passed using some variables on to the action url page which handles the data and process it as you like. So, merely changing the action url to asp pages will not work, until the pages that are handling the data is processing the data properly.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some helpful links - &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a class="jive-link-external-small" href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/My_first_HTML_form" rel="nofollow"&gt;My first HTML form - Web developer guide | MDN&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a class="jive-link-external-small" href="http://www.javascript-coder.com/html-form/how-to-make-a-form.phtml" rel="nofollow"&gt;How to make a web form&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Let me know if you need further clarification on this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- &lt;strong&gt;Abhishek Maurya&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4adbfae4-b653-49f2-9002-f60b2f58a297] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 23:43:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6838085?tstart=0#6838085</guid>
      <dc:date>2014-10-16T23:43:17Z</dc:date>
      <clearspace:dateToText>3 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Looking to change my form action from the default (.php) to .asp (or other extensions)</title>
      <link>https://forums.adobe.com/message/6837728?tstart=0#6837728</link>
      <description>&lt;!-- [DocumentBodyStart:0b81405c-cee2-40db-a200-3dec862ed71a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: 'comic sans ms', sans-serif;"&gt;Hello all,&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;MY site is currently using asp pages, and we are redesigning with muse.&amp;nbsp; Unfortunately I am getting an error when replacing the generated .php page, with my own .asp pages.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;I am in the process of speaking with chat, and they really couldn't help me as it's not a "supported workflow" as in "&lt;span style="color: #333333;"&gt;&lt;span dir="ltr" style="font-weight: inherit; font-style: inherit;"&gt;We don't encourage our users to change the generated html," and sent me here&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: 'comic sans ms', sans-serif; color: #333333;"&gt;&lt;span dir="ltr" style="font-weight: inherit; font-style: inherit;"&gt;I would like to know if anyone has tried to change their extensions and has succeeded?&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: 'comic sans ms', sans-serif; color: #333333;"&gt;&lt;span dir="ltr" style="font-weight: inherit; font-style: inherit;"&gt;I see here &lt;a class="jive-link-wiki-small" data-containerId="4871" data-containerType="14" data-objectId="2363" data-objectType="102" href="https://forums.adobe.com/docs/DOC-2363"&gt;Customizing Web Forms&lt;/a&gt; that .aspx pages are used, but according to chat, that is due to "Business Catalyst not supporting php," while third-party sites use php, their own hosting uses aspx.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;I would appreciate anyone's input into this, due to complications with using PHP on my server I would really like to get my own pages working if possible.&amp;nbsp; If not .ASP, does anyone have any experience changing the default in general?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'comic sans ms', sans-serif; font-size: 10pt;"&gt;If additional info is needed I will get it, I am the middle man in this so I appreciate your time and patience.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: 'comic sans ms', sans-serif;"&gt;Thank you very much!&lt;/span&gt;&lt;span style="font-size: 16px; font-family: adobe-clean, Helvetica, Arial, sans-serif; color: #333333;"&gt;&lt;span dir="ltr" style="font-weight: inherit; font-style: inherit;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: Abhishek Maurya - Removed extra line breaks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0b81405c-cee2-40db-a200-3dec862ed71a] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 21:35:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6837728?tstart=0#6837728</guid>
      <dc:date>2014-10-16T21:35:19Z</dc:date>
      <clearspace:dateToText>3 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

