The bold line is what was deleted, I simply put in what I thought it was but there is no way of telling. I am now having an issue whith where to locate this command in php…where can I find it? Its an internal form built in widget txt to send email to admin when filled out.
#Scriptcase joomla integration code#
In my efforts, I removed the line of code before saving it…I know, rookie mistake. Greetings! I was asked to change the email to where this internal HTML widget txt form gets sent. If you need further assistance, feel free to ask a question on our support center.
#Scriptcase joomla integration how to#
To learn more about the PHP email function, please see the article on How to create a custom PHP contact form with more information on validation and error checking. The purpose of this article is to provide you the basics of how to use phpmail() but if you want to do more with it, you may want to look into securing your code to possible hacks. Keep in mind, this is a basic tutorial explaining how to use the mail() function in PHP but it can be insecure and you should generally avoid using it.