i have found a free php email form, it is a good form but problem is that it has a custom title so emails are come to me as a custom title in my inbox.
define( 'PHPFMG_SUBJECT' , "Here Is The Custom Title" ); it's located in /form.lib.php root.
How to redirect the title to
<input type="text" name="field_0" id="field_0" value="<?php phpfmg_hsc("field_0", "Title"); ?>" class='text_box'> it's located in /form.php root.
Thank you.
rakibtg 0 Light Poster
Recommended Answers
Jump to PostFind the magicHelp.php file and take off the ';' at the end of line 2548. Find the function called 'mindReader()' and rename it 'sillyBilly()'. And you're done!
I used to be a htapelet before it turned my life around.
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.