I'm new and I'm not very skilled with php programming...
I've inserted in the form the
- Code: Select all
. . . name="field_name" value="<?php echo $_POST['field_name']; ?> />" . . .
but when I load the form page all the fields modified with this feature diplay this error:
- Code: Select all
<br />
<b>Notice</b>: Undefined index: firstname in <b>D:\....\components\com_chronocontact\chronocontact.html.php(83) : eval()'d code</b> on line <b>63</b><br />
The site resides on a windows hosting, I tried uploading on a linux hosting and this error message does not appear. :S
Anyone can please help me?
