Hi folks.🙂
I would like to create a Thank you page using Joomla and add it to the form on a Web site. What I don't understand is this . . . after I create the new article (Web page) and publish it, how do I find its URL without actually linking the Thank you page to a menu item?
I can create the article.
I can be sure its status is "published."
I can't find the Thank you page at domain.com/thank-you just as I can find the Contact Us page at domain.com/contact-us. I assume this is because the Thank you page is not linked to the site's menu.
Thank you for your advice.
I would like to create a Thank you page using Joomla and add it to the form on a Web site. What I don't understand is this . . . after I create the new article (Web page) and publish it, how do I find its URL without actually linking the Thank you page to a menu item?
I can create the article.
I can be sure its status is "published."
I can't find the Thank you page at domain.com/thank-you just as I can find the Contact Us page at domain.com/contact-us. I assume this is because the Thank you page is not linked to the site's menu.
Thank you for your advice.
Hi,
The non-SEF url would look something like this:
http://www.example.com/index.php?option=com_content&catid=123&id=456
Where 123 would be the category id of the article, and id the id of the article.
The SEF version would look something like this:
http://www.example.com/component/content/article/456
/Fredrik
The non-SEF url would look something like this:
http://www.example.com/index.php?option=com_content&catid=123&id=456
Where 123 would be the category id of the article, and id the id of the article.
The SEF version would look something like this:
http://www.example.com/component/content/article/456
/Fredrik
Hi,
The non-SEF url would look something like this:
http://www.example.com/index.php?option=com_content&catid=123&id=456
Where 123 would be the category id of the article, and id the id of the article.
The SEF version would look something like this:
http://www.example.com/component/content/article/456
/Fredrik
Ah! Thank you SO much, nml375!!! 🙂 I appreciate your time.
This topic is locked and no more replies can be posted.