ok i think i figured it out myself after digging into the code in my wordpress offline…
To remove a particular field you have to remove two paths.In my case I want to remove “Your Website:” www.pcsafety.us
Open Plugin Editor – Choose the Enhanced contact form plugin and open enhanced-wordpress-contactform/wp-contactform.php file in the editor.
You have to comment the below lines…I used “//” for commenting as u know…
Line 27
// 'website' => '<input type="text" name="wpcf_website" id="wpcf_website" size="30" maxlength="50" value="' . $_POST['wpcf_website'] . '" />',
Line 195
<!–
<label for=”wpcf_website”>’ . __(get_option(‘wpcf_website_txt’), ‘wpcf’) . ‘</label>’ . $wpcf_strings[‘website’] . ‘<br style=”clear: both;”/>
–>
Save and check it out… If this resolves close the topic as Resolved…
Thanks…