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