Search found 2 matches
- Tue Sep 11, 2007 2:38 pm
- Forum: Joombie Coding Q/A
- Topic: How to capture content title?
- Replies: 5
- Views: 1966
Re: How to capture content title?
:) Yes but how can I pick up the title, that's my problem...What's the variable for that? I'm trying to use RSForm and it has a bot to display the form in the content item. I put the following code global $mainframe; $_POST['form']['tur'] = $mainframe->_head['title']; to be processed a...
- Mon Sep 03, 2007 4:05 pm
- Forum: Joombie Coding Q/A
- Topic: How to capture content title?
- Replies: 5
- Views: 1966
How to capture content title?
Hi, I want to capture content title in a form so that I can understand for which content the form is sent. I can capture the url by the following return $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; but how can I capture the title of the content item? The form will be inside the content item vi...