Dataform doesn"t work in Internet Explorer

Dataform doesn"t work in Internet Explorer

by Irith Herman -
Number of replies: 2

The Dateform works good in chrom byt in I.E I cant add new records, 

I got a screen without the form.

I "m using moodle 2.4

the version of the Dataform  is 2012100500.

DATAFORM

Average of ratings: -
In reply to Irith Herman

Re: Dataform doesn"t work in Internet Explorer

by Itamar Tzadok -

Yes, that's because in that version the entries form is set to display the submission button both top and bottom which IE doesn't like for certain reasons. Probably the easiest way to fix that is to remove the top submission button by a quick hack.

In mod/dataform/view/view_entries_form.php you need to comment out 1 line.

Change line 39 from

        $this->add_action_buttons();
to

        // $this->add_action_buttons();

hth smile

In reply to Itamar Tzadok

תשובה ל: Re: Dataform doesn"t work in Internet Explorer

by Irith Herman -

Thank you Itamar!

It works!

 

Irith