<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Changing URL of form</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Changing URL of form</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 11:36:30 +0000</pubDate>

<item>
<title>chriskoeling on "Changing URL of form"</title>
<link>https://www.machform.com/forums/topic/changing-url-of-form#post-15373</link>
<pubDate>Wed, 18 Jul 2012 01:06:15 +0000</pubDate>
<dc:creator>chriskoeling</dc:creator>
<guid isPermaLink="false">15373@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar - You just made me a happy men! THANKS
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Changing URL of form"</title>
<link>https://www.machform.com/forums/topic/changing-url-of-form#post-15364</link>
<pubDate>Tue, 17 Jul 2012 10:37:55 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15364@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Chris -- if you are using v3 already, you can use the &#34;PHP Form File&#34; option instead. It will keep the design of the theme and have its own URL.
&#60;/p&#62;</description>
</item>
<item>
<title>chriskoeling on "Changing URL of form"</title>
<link>https://www.machform.com/forums/topic/changing-url-of-form#post-15361</link>
<pubDate>Tue, 17 Jul 2012 02:35:01 +0000</pubDate>
<dc:creator>chriskoeling</dc:creator>
<guid isPermaLink="false">15361@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I tried doing this but when I copy the code I get a page without the template I just created with my theme builder. How can I fix that. I would like a different url but also want to keep the design of the theme.&#60;/p&#62;
&#60;p&#62;thanx, Chris
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Changing URL of form"</title>
<link>https://www.machform.com/forums/topic/changing-url-of-form#post-4154</link>
<pubDate>Wed, 07 Jan 2009 06:16:53 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">4154@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, you guys could use the &#34;Advanced Form Code&#34; for this purpose.&#60;/p&#62;
&#60;p&#62;Simply create a blank PHP file, name it to whatever you like, say it &#34;signupform.php&#34; ... then paste the Advanced Form Code there.&#60;/p&#62;
&#60;p&#62;This way your users won't notice the actual view.php?id=x URL.
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Changing URL of form"</title>
<link>https://www.machform.com/forums/topic/changing-url-of-form#post-4151</link>
<pubDate>Wed, 07 Jan 2009 05:55:53 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">4151@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Changing the URL wouldn't be that simple, you would have to rename the file(s); but this would  not gain you an advantage as the user can still manipulate the &#34;id=x&#34; portion of the address&#60;/p&#62;
&#60;p&#62;Machform loads the *form* itself from a database (not just the data submitted)therefore it requires the id=x appended because it's SQL query works of that, to load the correct form.&#60;/p&#62;
&#60;p&#62;I think in the next version it will be coming out with some more advanced password protection, multiple user type features, so this might be the way around your issue.&#60;/p&#62;
&#60;p&#62;What is the cause of your concern regarding the user possibly changing the id to something else?&#60;/p&#62;
&#60;p&#62;I just tried the service &#60;a href=&#34;http://tinyurl.com/&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/&#60;/a&#62; in the offhand that it might be what you need but it merely redirects to the actual URL and doesn't mask it from the user (therefore they can still change the &#34;Id&#34; value).&#60;/p&#62;
&#60;p&#62;For example, take a look here: &#60;a href=&#34;http://tinyurl.com/6wv9hh&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/6wv9hh&#60;/a&#62; (click this link) and see it redirects to my Machform form with the actual url of &#60;a href=&#34;http://www.murraywebs.com/machform/view.php?id=18&#34; rel=&#34;nofollow&#34;&#62;http://www.murraywebs.com/machform/view.php?id=18&#60;/a&#62; - without actually displaying the long URL.&#60;/p&#62;
&#60;p&#62;Edit:&#60;br /&#62;
On the other hand, I just tried it and it doesn't do what I thought; it just redirects literally to the long URL.  &#34;Tiny URL&#34; is just so you don't have to continually enter the long URLS with all those sort of codes you typically see on some database driven sites (like Microsoft).&#60;/p&#62;
&#60;p&#62;One way to mask the URL is to use a frameset, but frames are deprecated technology and not really current as far as modern DocTypes and Browsers are concerned (an also cause problems with search engines).&#60;/p&#62;
&#60;p&#62;So my answer probably hasn't helped, sorry.....
&#60;/p&#62;</description>
</item>
<item>
<title>ddemaio on "Changing URL of form"</title>
<link>https://www.machform.com/forums/topic/changing-url-of-form#post-4146</link>
<pubDate>Tue, 06 Jan 2009 20:31:14 +0000</pubDate>
<dc:creator>ddemaio</dc:creator>
<guid isPermaLink="false">4146@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi. My form URL ends with &#34;view.php?id=1&#34; and the second forms ends with &#34;view.php?id=2&#34; etc.&#60;/p&#62;
&#60;p&#62;The problem with this kind of URL is that the user can manipulate it by just changing the number at the end and get a form that I don't want him/her to have access to. So how do I change the URL into something more meaningful, like &#34;signupform.php&#34;???&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Don
&#60;/p&#62;</description>
</item>

</channel>
</rss>
