I have successfully pulled user data, now I need to pull the URL that the form is on.
(Same form multiple articles)
That way I know where it was submitted.
Cheers.
(Btw - checked faqs and searched the forum 'get uri' 'page url', etc)
(Same form multiple articles)
That way I know where it was submitted.
Cheers.
(Btw - checked faqs and searched the forum 'get uri' 'page url', etc)
Hello designsedge,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
How can I get information about the current page?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
How can I get information about the current page?
P.S: I'm just an automated service😉
Hi designsedge,
Please see the last suggestion from Prof Calculus.
Bob
Please see the last suggestion from Prof Calculus.
Bob
Thanks bob!
Was able to get it working using that page; however, this code produced a blank page (assuming some error)
May be related to the Joomla version 3.3. Thanks!
Was able to get it working using that page; however, this code produced a blank page (assuming some error)
<?php
$doc =& JFactory::getDocument();
?>
<input type='hidden' name='page_url' id='page_url' value='<?php echo $doc->getBase(); ?>' />
May be related to the Joomla version 3.3. Thanks!
This topic is locked and no more replies can be posted.