Hi Ladies,
sorry for disturbing...
In your form-Module you write in line 113 of modify_field.php:
<?php } elseif($type == 'select' OR $type = 'radio' OR $type = 'checkbox') { ?>
what you mean is:
<?php } elseif($type == 'select' OR $type == 'radio' OR $type == 'checkbox') { ?>
Am I wrong?
Dont change it for the moment, 'cause it's working, but if you try to modify it, you'll get some problems...
We're working on it, i'll show you later.
AFBelow