Hi, I have written a custom form using PHP that I would like to use through Joomla. I am looking for the best way to do this.
I know that there a Joomla add-on's for forms, however I'd rather not use them at this point.
I have accomplished this by displaying the PHP form through the Wrapper component, accessed by a *menu link*, however I haven't figured out how to link to it properly through a page of static content.
Obviously, if I just link to it by URL, the form is displayed, but not the Joomla site.
Is there a way through the content editor to create a link to a menu item rather than just the URL?
Since that last posting I ended up using the Jumi add-on, which places custom PHP files into different module positions. It was a little tricky to set that up so it would look like the actual page content, and NOT sitting in a module position, but I did work around it. And I was able to pass variables through the module into the PHP file which was necessary.
Do you know if this rd_addphp can pass variables from page to page? If so I would look into switching over to it to make things run the right way.
ALso, just noticed as I was typing this, that since I changed over to SEF url's the other day the variable passing has screwed up on the inital page. AHH!
thanks for that. I have been switching a number of domains over to HostGator during the past few days and churchwiz.com was one of them. I will look into it.