Sorry I respond so late, but it's been very busy so far.
Anyway, I'm going to look at the code this week and release a new - rather bugfixing - version. Although I'm really not that much with your error, I'll have a look at it anyway :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've look at the file; You can fix it yourself easily;
Open files_create.inc.php and go to line 1477
You'll see this:
if ($rowform->field_field_cross == 1)
Change it to:
if ($rowform->field_cross == 1)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Whenever I try to create a "SELECT" field, I'm getting the following error message:
Notice: Undefined property: field_field_cross in c:\program files\easyphp1-8\www\mysqlformmaker\lib\files_create.inc.php on line 1477
Any idea why and how to correct this?
Thank you :)
Hi,
Sorry I respond so late, but it's been very busy so far.
Anyway, I'm going to look at the code this week and release a new - rather bugfixing - version. Although I'm really not that much with your error, I'll have a look at it anyway :)
Hi,
I've look at the file; You can fix it yourself easily;
Open files_create.inc.php and go to line 1477
You'll see this:
if ($rowform->field_field_cross == 1)
Change it to:
if ($rowform->field_cross == 1)