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.

Recommended Answers

All 4 Replies

i have found a free php email form

Where did u find this? I wonder if there's a "manual" for it.

Also, can you clarify what you mean by "redirect the title "

Member Avatar for diafol

Find 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.

OK thankyou

Member Avatar for diafol

>Thank you
:icon_eek:

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.