MichiKen
05-19-2010, 09:56 PM
I'm building a new church website using a Joomla! 1.5 template. On this website, visitors will be able to submit a form to request more information about the church and the programs it offers. When the visitor clicks "Submit" a php file will be called that collects the information submitted by the user (name, email address, phone, etc.,.) and sends it to a designated email address using the mail() function.
I'm discovering that php doesn't work too well in a Joomla! template.
What I'd like to do is store the HTML request form and php file in an external online storage account (preferably a free one) and provide a link to where the form is stored from my website.
Can anyone recommend a good storage site? I've checked out a few but the ones I've seen only allow you to store "read only" files, so a form that requires the visitor to enter information and submit it would not work.
I'm discovering that php doesn't work too well in a Joomla! template.
What I'd like to do is store the HTML request form and php file in an external online storage account (preferably a free one) and provide a link to where the form is stored from my website.
Can anyone recommend a good storage site? I've checked out a few but the ones I've seen only allow you to store "read only" files, so a form that requires the visitor to enter information and submit it would not work.