My join form is showing duplicate fields and i dont know what to do:
http://perola.itis.ac.mz/join
My join form is showing duplicate fields and i dont know what to do:
http://perola.itis.ac.mz/join
What is your server: Linux or Windows?
Switch to the default theme and check whether the issue persists.
$question['trClass'] = uniqid('ow_'.rand(0, 99999999999));
line (696, BASE_CTRL_Join::addFakeQuestions) to:
$question['trClass'] = uniqid('ow_'.rand(0, 99999999999)).$i;
But the problem lies much deeper in rendering 'cause there were moments when some registration fields of one type were shown as another filed from the same form or not present in source code at all - maybe some collision in session data on form generation. Hope Oxwall Team digs more into it.
http://www.oxwall.org/forum/topic/31254
The thing is that it is not really so permanent to discover it, but unfortunately it exists.
I'll try to look into it again and post some details for you.
Thanks
I'm going to mark this thread as Solved then.